| /fs/xfs/ |
| A 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() 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()
|
| A D | xfs_bmap_util.h | 51 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
| /fs/fat/ |
| A 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/nilfs2/ |
| A D | namei.c | 529 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh() argument 536 if (parent && *lenp < NILFS_FID_SIZE_CONNECTABLE) { in nilfs_encode_fh() 537 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 540 if (*lenp < NILFS_FID_SIZE_NON_CONNECTABLE) { in nilfs_encode_fh() 541 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh() 553 *lenp = NILFS_FID_SIZE_CONNECTABLE; in nilfs_encode_fh() 556 *lenp = NILFS_FID_SIZE_NON_CONNECTABLE; in nilfs_encode_fh()
|
| /fs/nfsd/ |
| A D | vfs.c | 1639 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink() argument 1664 if (len < *lenp) in nfsd_readlink() 1665 *lenp = len; in nfsd_readlink() 1666 memcpy(buf, link, *lenp); in nfsd_readlink() 2393 void **bufp, int *lenp) in nfsd_getxattr() argument 2418 *lenp = 0; in nfsd_getxattr() 2427 if (len > *lenp) { in nfsd_getxattr() 2445 *lenp = len; in nfsd_getxattr() 2466 int *lenp) in nfsd_listxattr() argument 2480 *lenp = 0; in nfsd_listxattr() [all …]
|
| A D | vfs.h | 106 char *name, void **bufp, int *lenp); 108 char **bufp, int *lenp);
|
| A D | nfs4xdr.c | 217 nfsd4_decode_component4(struct nfsd4_compoundargs *argp, char **namp, u32 *lenp) in nfsd4_decode_component4() argument 221 if (xdr_stream_decode_u32(argp->xdr, lenp) < 0) in nfsd4_decode_component4() 223 p = xdr_inline_decode(argp->xdr, *lenp); in nfsd4_decode_component4() 226 status = check_filename((char *)p, *lenp); in nfsd4_decode_component4() 229 *namp = svcxdr_savemem(argp, p, *lenp); in nfsd4_decode_component4()
|
| /fs/udf/ |
| A D | namei.c | 976 static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in udf_encode_fh() argument 979 int len = *lenp; in udf_encode_fh() 985 *lenp = 5; in udf_encode_fh() 988 *lenp = 3; in udf_encode_fh() 992 *lenp = 3; in udf_encode_fh() 1003 *lenp = 5; in udf_encode_fh()
|
| /fs/ |
| A D | file_table.c | 106 size_t *lenp, loff_t *ppos) in proc_nr_files() argument 109 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_files()
|
| A D | pipe.c | 1503 void *buffer, size_t *lenp, loff_t *ppos) in proc_dopipe_max_size() argument 1505 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_dopipe_max_size()
|
| A D | coredump.c | 1463 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring_coredump() argument 1471 error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump()
|
| A D | exec.c | 2047 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax_coredump() argument 2049 int error = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_coredump()
|
| A D | fs-writeback.c | 2439 void *buffer, size_t *lenp, loff_t *ppos) in dirtytime_interval_handler() argument 2443 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in dirtytime_interval_handler()
|
| A D | inode.c | 180 size_t *lenp, loff_t *ppos) in proc_nr_inodes() argument 184 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_inodes()
|
| A D | dcache.c | 193 size_t *lenp, loff_t *ppos) in proc_nr_dentry() argument 198 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_dentry()
|
| /fs/btrfs/ |
| A D | direct-io.c | 215 u64 start, u64 *lenp, in btrfs_get_blocks_direct_write() argument 227 u64 len = *lenp; in btrfs_get_blocks_direct_write() 349 *lenp = len; in btrfs_get_blocks_direct_write()
|
| /fs/iomap/ |
| A D | buffered-io.c | 224 loff_t *pos, loff_t length, size_t *offp, size_t *lenp) in iomap_adjust_read_range() argument 278 *lenp = plen; in iomap_adjust_read_range()
|
| /fs/quota/ |
| A D | dquot.c | 2914 void *buffer, size_t *lenp, loff_t *ppos) in do_proc_dqstats() argument 2926 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in do_proc_dqstats()
|
| /fs/xfs/libxfs/ |
| A D | xfs_bmap.c | 2835 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() argument 2850 orig_alen = align_alen = *lenp; in xfs_bmap_extsize_align() 2993 *lenp = align_alen; in xfs_bmap_extsize_align()
|