/fs/fat/ |
D | nfs.c | 100 fat_encode_fh_nostale(struct inode *inode, __u32 *fh, int *lenp, in fat_encode_fh_nostale() argument 103 int len = *lenp; in fat_encode_fh_nostale() 111 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale() 116 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale() 122 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale() 132 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale()
|
/fs/xfs/ |
D | xfs_sysctl.c | 17 size_t *lenp, in xfs_stats_clear_proc_handler() argument 22 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_stats_clear_proc_handler() 37 size_t *lenp, in xfs_panic_mask_proc_handler() argument 42 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_panic_mask_proc_handler()
|
D | xfs_bmap_util.h | 51 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
/fs/nilfs2/ |
D | namei.c | 506 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh() argument 513 if (parent && *lenp < NILFS_FID_SIZE_CONNECTABLE) { in nilfs_encode_fh() 514 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 517 if (*lenp < NILFS_FID_SIZE_NON_CONNECTABLE) { in nilfs_encode_fh() 518 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh() 530 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 533 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
|
/fs/fscache/ |
D | main.c | 55 size_t *lenp, loff_t *ppos) in fscache_max_active_sysctl() argument 61 ret = proc_dointvec(table, write, buffer, lenp, ppos); in fscache_max_active_sysctl()
|
/fs/ |
D | file_table.c | 83 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() argument 86 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_files() 90 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() argument
|
D | inode.c | 110 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_nr_inodes() argument 114 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_inodes()
|
D | fs-writeback.c | 2185 void __user *buffer, size_t *lenp, loff_t *ppos) in dirtytime_interval_handler() argument 2189 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 174 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_dentry()
|
/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()
|
D | nfs3xdr.c | 84 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 89 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename() 90 for (i = 0, name = *namp; i < *lenp; i++, name++) { in decode_filename()
|
D | vfs.c | 1465 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument 1490 if (len < *lenp) in nfsd_readlink() 1491 *lenp = len; in nfsd_readlink() 1492 memcpy(buf, link, *lenp); in nfsd_readlink()
|
/fs/udf/ |
D | namei.c | 1282 static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in udf_encode_fh() argument 1285 int len = *lenp; in udf_encode_fh() 1291 *lenp = 5; in udf_encode_fh() 1294 *lenp = 3; in udf_encode_fh() 1298 *lenp = 3; in udf_encode_fh() 1309 *lenp = 5; in udf_encode_fh()
|
/fs/reiserfs/ |
D | inode.c | 1736 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp, in reiserfs_encode_fh() argument 1739 int maxlen = *lenp; in reiserfs_encode_fh() 1742 *lenp = 5; in reiserfs_encode_fh() 1745 *lenp = 3; in reiserfs_encode_fh() 1752 *lenp = 3; in reiserfs_encode_fh() 1756 *lenp = 5; in reiserfs_encode_fh() 1759 *lenp = 6; in reiserfs_encode_fh() 1762 return *lenp; in reiserfs_encode_fh()
|
D | reiserfs.h | 3077 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp,
|
/fs/iomap/ |
D | buffered-io.c | 65 loff_t *pos, loff_t length, unsigned *offp, unsigned *lenp) in iomap_adjust_read_range() argument 117 *lenp = plen; in iomap_adjust_read_range()
|
/fs/quota/ |
D | dquot.c | 2863 void __user *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument 2875 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in do_proc_dqstats()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 2876 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument 2891 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align() 3034 *lenp = align_alen; in xfs_bmap_extsize_align()
|