Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 19 of 19) 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_deprecate_irix_sgid_inherit_proc_handler() argument
66 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecate_irix_sgid_inherit_proc_handler()
74 size_t *lenp, in xfs_deprecate_irix_symlink_mode_proc_handler() argument
82 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecate_irix_symlink_mode_proc_handler()
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.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.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.c111 void *buffer, size_t *lenp, loff_t *ppos) in proc_nr_inodes() argument
115 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_inodes()
Dfs-writeback.c2201 void *buffer, size_t *lenp, loff_t *ppos) in dirtytime_interval_handler() argument
2205 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/
Dvfs.c1550 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument
1575 if (len < *lenp) in nfsd_readlink()
1576 *lenp = len; in nfsd_readlink()
1577 memcpy(buf, link, *lenp); in nfsd_readlink()
2138 void **bufp, int *lenp) in nfsd_getxattr() argument
2163 *lenp = 0; in nfsd_getxattr()
2172 if (len > *lenp) { in nfsd_getxattr()
2190 *lenp = len; in nfsd_getxattr()
2211 int *lenp) in nfsd_listxattr() argument
2225 *lenp = 0; in nfsd_listxattr()
[all …]
Dvfs.h81 char *name, void **bufp, int *lenp);
83 char **bufp, int *lenp);
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()
/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.h3077 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.c2947 void *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument
2959 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in do_proc_dqstats()
/fs/xfs/libxfs/
Dxfs_bmap.c2962 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument
2977 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align()
3120 *lenp = align_alen; in xfs_bmap_extsize_align()