Home
last modified time | relevance | path

Searched refs:MAXNAMELEN (Results 1 – 19 of 19) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/tests/
A Dtest.x5 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/scrub/
A Ddirtree.h104 char namebuf[MAXNAMELEN];
123 unsigned char hook_namebuf[MAXNAMELEN];
A Dnlinks.h37 char namebuf[MAXNAMELEN];
A Dorphanage.c331 adopt->orphanage_blkres = xfs_link_space_res(mp, MAXNAMELEN); in xrep_adoption_trans_alloc()
406 xname->len = snprintf(namebuf, MAXNAMELEN, "%llu", sc->ip->i_ino); in xrep_adoption_compute_name()
412 xname->len = snprintf(namebuf, MAXNAMELEN, "%llu.%u", in xrep_adoption_compute_name()
A Ddir_repair.c164 unsigned char namebuf[MAXNAMELEN];
309 if (namelen >= MAXNAMELEN || namelen <= 0) in xrep_dir_want_salvage()
1152 if (name->len >= MAXNAMELEN || name->len <= 0) in xrep_dir_scan_dirent()
A Dparent.c252 char namebuf[MAXNAMELEN];
A Ddir.c80 uint8_t namebuf[MAXNAMELEN];
A Dparent_repair.c153 unsigned char namebuf[MAXNAMELEN];
A Dattr_repair.c123 char namebuf[MAXNAMELEN];
A Dtrace.h962 __array(char, pathname, MAXNAMELEN)
968 path = file_path(xf->file, __entry->pathname, MAXNAMELEN);
/linux/fs/xfs/libxfs/
A Dxfs_trans_resv.c431 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_link_overhead()
437 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_unlink_overhead()
443 xlog_calc_iovec_len(MAXNAMELEN - 1) + in xfs_calc_pptr_replace_overhead()
445 xlog_calc_iovec_len(MAXNAMELEN - 1); in xfs_calc_pptr_replace_overhead()
A Dxfs_log_rlimit.c59 MAXNAMELEN - 1; in xfs_log_calc_max_attrsetm_res()
A Dxfs_types.h104 #define MAXNAMELEN 256 macro
A Dxfs_attr.c1567 if (length >= MAXNAMELEN) in xfs_attr_namecheck()
A Dxfs_dir2.c737 if (length >= MAXNAMELEN) in xfs_dir2_namecheck()
/linux/fs/xfs/
A Dxfs_iops.c320 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_lookup()
346 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_ci_lookup()
A Dxfs_handle.c600 name = strndup_user(uname, MAXNAMELEN); in xfs_ioc_attrmulti_one()
A Dxfs_super.c840 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
A Dxfs_trace.h4713 __array(char, pathname, MAXNAMELEN)
4721 path = file_path(file, __entry->pathname, MAXNAMELEN);

Completed in 49 milliseconds