Home
last modified time | relevance | path

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

/linux/tools/net/sunrpc/xdrgen/tests/
H 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/libxfs/
H A Dxfs_types.h108 #define MAXNAMELEN 256 macro
/linux/fs/xfs/
H A Dxfs_iops.c322 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_lookup()
348 if (dentry->d_name.len >= MAXNAMELEN) in xfs_vn_ci_lookup()
H A Dxfs_super.c982 st->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
/linux/fs/xfs/scrub/
H A Dparent.c265 char namebuf[MAXNAMELEN];
H A Dattr_repair.c123 char namebuf[MAXNAMELEN];