Searched refs:bufp (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 105 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back() local 123 bufp = bp->b_addr; in xfs_rtfind_back() 128 b = &bufp[word]; in xfs_rtfind_back() 175 bufp = bp->b_addr; in xfs_rtfind_back() 177 b = &bufp[word]; in xfs_rtfind_back() 221 bufp = bp->b_addr; in xfs_rtfind_back() 223 b = &bufp[word]; in xfs_rtfind_back() 280 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw() local 298 bufp = bp->b_addr; in xfs_rtfind_forw() 303 b = &bufp[word]; in xfs_rtfind_forw() [all …]
|
/fs/freevxfs/ |
D | vxfs_super.c | 100 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs() argument 105 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs() 106 bufp->f_bsize = dentry->d_sb->s_blocksize; in vxfs_statfs() 107 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs() 108 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs() 109 bufp->f_bavail = 0; in vxfs_statfs() 110 bufp->f_files = 0; in vxfs_statfs() 111 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs() 112 bufp->f_namelen = VXFS_NAMELEN; in vxfs_statfs()
|
/fs/nfsd/ |
D | vfs.h | 81 char *name, void **bufp, int *lenp); 83 char **bufp, int *lenp);
|
D | vfs.c | 2160 void **bufp, int *lenp) in nfsd_getxattr() argument 2184 *bufp = NULL; in nfsd_getxattr() 2213 *bufp = buf; in nfsd_getxattr() 2232 nfsd_listxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char **bufp, in nfsd_listxattr() argument 2279 *bufp = buf; in nfsd_listxattr()
|
D | nfs4xdr.c | 2021 char **bufp, u32 buflen) in nfsd4_vbuf_from_vector() argument 2033 *bufp = head->iov_base; in nfsd4_vbuf_from_vector() 2055 *bufp = tmp; in nfsd4_vbuf_from_vector()
|