Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 18 of 18) sorted by relevance

/fs/fat/
Dnfs.c100 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/
Dxfs_sysctl.c17 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()
Dxfs_bmap_util.h51 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
/fs/nilfs2/
Dnamei.c506 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/
Dmain.c55 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/
Dfile_table.c83 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
Dinode.c110 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()
Dfs-writeback.c2185 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()
Ddcache.c169 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/
Dnfsxdr.c58 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()
Dnfs3xdr.c84 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()
Dvfs.c1465 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/
Dnamei.c1282 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/
Dinode.c1736 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()
Dreiserfs.h3077 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp,
/fs/iomap/
Dbuffered-io.c65 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/
Ddquot.c2863 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/
Dxfs_bmap.c2876 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()