/fs/xfs/ |
D | xfs_sysctl.c | 31 size_t *lenp, in xfs_stats_clear_proc_handler() argument 37 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_stats_clear_proc_handler() 61 size_t *lenp, in xfs_panic_mask_proc_handler() argument 66 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_panic_mask_proc_handler()
|
D | xfs_bmap.c | 1869 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument 1884 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align() 2013 *lenp = align_alen; in xfs_bmap_extsize_align()
|
/fs/nfsd/ |
D | nfsxdr.c | 56 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 61 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename() 62 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_filename() 72 decode_pathname(__be32 *p, char **namp, unsigned int *lenp) in decode_pathname() argument 77 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXPATHLEN)) != NULL) { in decode_pathname() 78 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_pathname()
|
D | nfs3xdr.c | 79 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 84 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename() 85 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_filename()
|
D | vfs.c | 1556 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument 1582 host_err = inode->i_op->readlink(path.dentry, buf, *lenp); in nfsd_readlink() 1587 *lenp = host_err; in nfsd_readlink()
|
/fs/nilfs2/ |
D | namei.c | 511 static int nilfs_encode_fh(struct dentry *dentry, __u32 *fh, int *lenp, in nilfs_encode_fh() argument 519 if (*lenp < NILFS_FID_SIZE_NON_CONNECTABLE || in nilfs_encode_fh() 520 (connectable && *lenp < NILFS_FID_SIZE_CONNECTABLE)) in nilfs_encode_fh() 537 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 540 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
|
/fs/fscache/ |
D | main.c | 58 size_t *lenp, loff_t *ppos) in fscache_max_active_sysctl() argument 64 ret = proc_dointvec(table, write, buffer, lenp, ppos); in fscache_max_active_sysctl()
|
/fs/ |
D | file_table.c | 81 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() argument 84 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_files() 88 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() argument
|
D | pipe.c | 1235 size_t *lenp, loff_t *ppos) in pipe_proc_fn() argument 1239 ret = proc_dointvec_minmax(table, write, buf, lenp, ppos); in pipe_proc_fn()
|
D | inode.c | 108 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_inodes() argument 112 return proc_dointvec(table, write, buffer, lenp, ppos); in proc_nr_inodes()
|
D | dcache.c | 133 size_t *lenp, loff_t *ppos) in proc_nr_dentry() argument 136 return proc_dointvec(table, write, buffer, lenp, ppos); in proc_nr_dentry()
|
/fs/udf/ |
D | namei.c | 1263 static int udf_encode_fh(struct dentry *de, __u32 *fh, int *lenp, in udf_encode_fh() argument 1266 int len = *lenp; in udf_encode_fh() 1273 *lenp = 5; in udf_encode_fh() 1276 *lenp = 3; in udf_encode_fh() 1280 *lenp = 3; in udf_encode_fh() 1294 *lenp = 5; in udf_encode_fh()
|
/fs/reiserfs/ |
D | inode.c | 1599 int reiserfs_encode_fh(struct dentry *dentry, __u32 * data, int *lenp, in reiserfs_encode_fh() argument 1603 int maxlen = *lenp; in reiserfs_encode_fh() 1606 *lenp = 5; in reiserfs_encode_fh() 1609 *lenp = 3; in reiserfs_encode_fh() 1616 *lenp = 3; in reiserfs_encode_fh() 1625 *lenp = 5; in reiserfs_encode_fh() 1628 *lenp = 6; in reiserfs_encode_fh() 1631 return *lenp; in reiserfs_encode_fh()
|
D | reiserfs.h | 2614 int reiserfs_encode_fh(struct dentry *dentry, __u32 * data, int *lenp,
|
/fs/fat/ |
D | inode.c | 755 fat_encode_fh(struct dentry *de, __u32 *fh, int *lenp, int connectable) in fat_encode_fh() argument 757 int len = *lenp; in fat_encode_fh() 762 *lenp = 5; in fat_encode_fh() 769 *lenp = 5; in fat_encode_fh()
|
/fs/quota/ |
D | dquot.c | 2557 void __user *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument 2564 return proc_dointvec(table, write, buffer, lenp, ppos); in do_proc_dqstats()
|