Home
last modified time | relevance | path

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

/fs/fat/
Dnfs.c109 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/
Dxfs_sysctl.c32 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()
Dxfs_bmap_util.h59 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
/fs/nilfs2/
Dnamei.c515 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/
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()
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()
Dnfs3xdr.c83 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()
Dvfs.c1472 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/
Dfile_table.c81 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
Dpipe.c1151 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()
Dinode.c108 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()
Dfs-writeback.c2070 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()
Ddcache.c169 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/
Dmain.c58 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/
Dnamei.c1308 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/
Dinode.c1735 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()
Dreiserfs.h3077 int reiserfs_encode_fh(struct inode *inode, __u32 * data, int *lenp,
/fs/quota/
Ddquot.c2851 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/
Dxfs_bmap.c3099 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()