Searched defs:dptr (Results 1 - 4 of 4) sorted by relevance

/fs/udf/
H A Dballoc.c473 unsigned char *sptr, *dptr; local
498 dptr = epos.bh->b_data +
500 memcpy(dptr, sptr, adsize);
H A Dinode.c1881 unsigned char *sptr, *dptr; local
1910 dptr = nbh->b_data + sizeof(struct allocExtDesc);
1911 memcpy(dptr, sptr, adsize);
/fs/gfs2/
H A Dops_fstype.c448 static int gfs2_lookup_root(struct super_block *sb, struct dentry **dptr, argument
465 *dptr = dentry;
/fs/xfs/
H A Dxfs_log.c1776 char *dptr; local
1789 dptr = (char *)&iclog->ic_header + count;
1791 __uint32_t cycle = be32_to_cpu(*(__be32 *)dptr);
1794 *(__be32 *)dptr = cpu_to_be32(cycle);
1796 dptr += BBSIZE;

Completed in 98 milliseconds