Home
last modified time | relevance | path

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

/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()
58 size_t *lenp, in xfs_deprecated_dointvec_minmax() argument
66 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecated_dointvec_minmax()
Dxfs_bmap_util.h49 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
/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/nilfs2/
Dnamei.c508 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh() argument
515 if (parent && *lenp < NILFS_FID_SIZE_CONNECTABLE) { in nilfs_encode_fh()
516 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh()
519 if (*lenp < NILFS_FID_SIZE_NON_CONNECTABLE) { in nilfs_encode_fh()
520 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
532 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh()
535 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
/fs/fscache/
Dmain.c54 void *buffer, size_t *lenp, loff_t *ppos) in fscache_max_active_sysctl() argument
60 ret = proc_dointvec(table, write, buffer, lenp, ppos); in fscache_max_active_sysctl()
/fs/
Dfile_table.c83 void *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 *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() argument
Dinode.c110 void *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.c2395 void *buffer, size_t *lenp, loff_t *ppos) in dirtytime_interval_handler() argument
2399 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in dirtytime_interval_handler()
Ddcache.c171 size_t *lenp, loff_t *ppos) in proc_nr_dentry() argument
176 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_dentry()
/fs/nfsd/
Dvfs.h81 char *name, void **bufp, int *lenp);
83 char **bufp, int *lenp);
Dvfs.c1553 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument
1578 if (len < *lenp) in nfsd_readlink()
1579 *lenp = len; in nfsd_readlink()
1580 memcpy(buf, link, *lenp); in nfsd_readlink()
2160 void **bufp, int *lenp) in nfsd_getxattr() argument
2185 *lenp = 0; in nfsd_getxattr()
2194 if (len > *lenp) { in nfsd_getxattr()
2212 *lenp = len; in nfsd_getxattr()
2233 int *lenp) in nfsd_listxattr() argument
2247 *lenp = 0; in nfsd_listxattr()
[all …]
Dnfs4xdr.c214 nfsd4_decode_component4(struct nfsd4_compoundargs *argp, char **namp, u32 *lenp) in nfsd4_decode_component4() argument
218 if (xdr_stream_decode_u32(argp->xdr, lenp) < 0) in nfsd4_decode_component4()
220 p = xdr_inline_decode(argp->xdr, *lenp); in nfsd4_decode_component4()
223 status = check_filename((char *)p, *lenp); in nfsd4_decode_component4()
226 *namp = svcxdr_savemem(argp, p, *lenp); in nfsd4_decode_component4()
/fs/udf/
Dnamei.c1288 static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in udf_encode_fh() argument
1291 int len = *lenp; in udf_encode_fh()
1297 *lenp = 5; in udf_encode_fh()
1300 *lenp = 3; in udf_encode_fh()
1304 *lenp = 3; in udf_encode_fh()
1315 *lenp = 5; in udf_encode_fh()
/fs/reiserfs/
Dinode.c1730 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp, in reiserfs_encode_fh() argument
1733 int maxlen = *lenp; in reiserfs_encode_fh()
1736 *lenp = 5; in reiserfs_encode_fh()
1739 *lenp = 3; in reiserfs_encode_fh()
1746 *lenp = 3; in reiserfs_encode_fh()
1750 *lenp = 5; in reiserfs_encode_fh()
1753 *lenp = 6; in reiserfs_encode_fh()
1756 return *lenp; in reiserfs_encode_fh()
Dreiserfs.h3075 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp,
/fs/iomap/
Dbuffered-io.c89 loff_t *pos, loff_t length, unsigned *offp, unsigned *lenp) in iomap_adjust_read_range() argument
141 *lenp = plen; in iomap_adjust_read_range()
/fs/quota/
Ddquot.c2945 void *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument
2957 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in do_proc_dqstats()
/fs/xfs/libxfs/
Dxfs_bmap.c2911 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument
2926 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align()
3069 *lenp = align_alen; in xfs_bmap_extsize_align()