Searched refs:MAXNAMELEN (Results 1 – 13 of 13) sorted by relevance
/linux/tools/net/sunrpc/xdrgen/tests/ |
H A D | test.x | 5 const MAXNAMELEN = 255; /* max length of a file name */ variable 23 string creator<MAXNAMELEN>; /* data creator */ 25 string interpretor<MAXNAMELEN>; /* program interpretor */ 32 string filename<MAXNAMELEN>; /* name of file */
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 458 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_link_overhead() 464 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_unlink_overhead() 470 xlog_calc_iovec_len(MAXNAMELEN - 1) + in xfs_calc_pptr_replace_overhead() 472 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_replace_overhead()
|
H A D | xfs_metadir.c | 209 xfs_create_space_res(mp, MAXNAMELEN), 0, 0, &upd->tp); in xfs_metadir_start_create() 337 resblks = xfs_link_space_res(mp, MAXNAMELEN); in xfs_metadir_start_link()
|
H A D | xfs_types.h | 108 #define MAXNAMELEN 256 macro
|
H A D | xfs_attr.c | 1568 if (length >= MAXNAMELEN) in xfs_attr_namecheck()
|
H A D | xfs_dir2.c | 736 if (length >= MAXNAMELEN) in xfs_dir2_namecheck()
|
/linux/fs/xfs/scrub/ |
H A D | metapath.c | 650 mpath->unlink_resblks = xfs_remove_space_res(mp, MAXNAMELEN); in xrep_metapath() 651 mpath->link_resblks = xfs_link_space_res(mp, MAXNAMELEN); in xrep_metapath()
|
H A D | parent.c | 266 char namebuf[MAXNAMELEN];
|
H A D | trace.h | 975 __array(char, pathname, MAXNAMELEN) 981 path = file_path(xf->file, __entry->pathname, MAXNAMELEN);
|
/linux/fs/xfs/ |
H A D | xfs_iops.c | 322 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_lookup() 348 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_ci_lookup()
|
H A D | xfs_handle.c | 598 name = strndup_user(uname, MAXNAMELEN); in xfs_ioc_attrmulti_one()
|
H A D | xfs_super.c | 900 st->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
|
H A D | xfs_trace.h | 4888 __array(char, pathname, MAXNAMELEN) 4896 path = file_path(file, __entry->pathname, MAXNAMELEN);
|