Searched refs:MAXNAMELEN (Results 1 – 12 of 12) 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/scrub/ |
| H A D | orphanage.c | 330 adopt->orphanage_blkres = xfs_link_space_res(mp, MAXNAMELEN); in xrep_adoption_trans_alloc() 405 xname->len = snprintf(namebuf, MAXNAMELEN, "%llu", sc->ip->i_ino); in xrep_adoption_compute_name() 411 xname->len = snprintf(namebuf, MAXNAMELEN, "%llu.%u", in xrep_adoption_compute_name()
|
| H A D | metapath.c | 648 mpath->unlink_resblks = xfs_remove_space_res(mp, MAXNAMELEN); in xrep_metapath() 649 mpath->link_resblks = xfs_link_space_res(mp, MAXNAMELEN); in xrep_metapath()
|
| H A D | dir_repair.c | 164 unsigned char namebuf[MAXNAMELEN]; 313 if (namelen >= MAXNAMELEN || namelen <= 0) in xrep_dir_want_salvage() 1162 if (name->len >= MAXNAMELEN || name->len <= 0) in xrep_dir_scan_dirent()
|
| H A D | parent.c | 266 char namebuf[MAXNAMELEN];
|
| H A D | dir.c | 80 uint8_t namebuf[MAXNAMELEN];
|
| H A D | parent_repair.c | 153 unsigned char namebuf[MAXNAMELEN];
|
| H A D | attr_repair.c | 123 char namebuf[MAXNAMELEN];
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_types.h | 108 #define MAXNAMELEN 256 macro
|
| H A D | xfs_dir2.c | 735 if (length >= MAXNAMELEN) in xfs_dir2_namecheck()
|
| /linux/fs/xfs/ |
| H A D | xfs_handle.c | 576 name = strndup_user(uname, MAXNAMELEN); in xfs_ioc_attrmulti_one()
|
| H A D | xfs_super.c | 932 st->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
|