/fs/fat/ |
D | nfs.c | 109 fat_encode_fh_nostale(struct inode *inode, __u32 *fh, int *lenp, in fat_encode_fh_nostale() argument 112 int len = *lenp; in fat_encode_fh_nostale() 120 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale() 125 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale() 131 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale() 141 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale()
|
/fs/xfs/ |
D | xfs_sysctl.c | 32 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() 52 size_t *lenp, in xfs_panic_mask_proc_handler() argument 57 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_panic_mask_proc_handler()
|
D | xfs_bmap_util.h | 59 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
/fs/nilfs2/ |
D | namei.c | 515 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh() argument 522 if (parent && *lenp < NILFS_FID_SIZE_CONNECTABLE) { in nilfs_encode_fh() 523 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 526 if (*lenp < NILFS_FID_SIZE_NON_CONNECTABLE) { in nilfs_encode_fh() 527 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh() 539 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 542 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
|
/fs/nfsd/ |
D | nfsxdr.c | 58 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 63 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename() 64 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_filename() 74 decode_pathname(__be32 *p, char **namp, unsigned int *lenp) in decode_pathname() argument 79 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXPATHLEN)) != NULL) { in decode_pathname() 80 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_pathname()
|
D | nfs3xdr.c | 83 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 88 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename() 89 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_filename()
|
D | vfs.c | 1472 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument 1497 if (len < *lenp) in nfsd_readlink() 1498 *lenp = len; in nfsd_readlink() 1499 memcpy(buf, link, *lenp); in nfsd_readlink()
|
/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 | 1151 size_t *lenp, loff_t *ppos) in pipe_proc_fn() argument 1156 ret = proc_douintvec_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_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_inodes()
|
D | fs-writeback.c | 2070 void __user *buffer, size_t *lenp, loff_t *ppos) in dirtytime_interval_handler() argument 2074 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in dirtytime_interval_handler()
|
D | dcache.c | 169 size_t *lenp, loff_t *ppos) in proc_nr_dentry() argument 173 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_dentry()
|
/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/udf/ |
D | namei.c | 1308 static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in udf_encode_fh() argument 1311 int len = *lenp; in udf_encode_fh() 1317 *lenp = 5; in udf_encode_fh() 1320 *lenp = 3; in udf_encode_fh() 1324 *lenp = 3; in udf_encode_fh() 1335 *lenp = 5; in udf_encode_fh()
|
/fs/reiserfs/ |
D | inode.c | 1735 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp, in reiserfs_encode_fh() argument 1738 int maxlen = *lenp; in reiserfs_encode_fh() 1741 *lenp = 5; in reiserfs_encode_fh() 1744 *lenp = 3; in reiserfs_encode_fh() 1751 *lenp = 3; in reiserfs_encode_fh() 1755 *lenp = 5; in reiserfs_encode_fh() 1758 *lenp = 6; in reiserfs_encode_fh() 1761 return *lenp; in reiserfs_encode_fh()
|
D | reiserfs.h | 3077 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp,
|
/fs/quota/ |
D | dquot.c | 2851 void __user *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument 2863 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in do_proc_dqstats()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3099 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument 3114 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align() 3257 *lenp = align_alen; in xfs_bmap_extsize_align()
|