Home
last modified time | relevance | path

Searched refs:VXFS_NAMELEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/freevxfs/
H A Dvxfs_dir.h57 * VXFS_NAMELEN is the maximum length of the d_name field
60 #define VXFS_NAMELEN 256 macro
70 char d_name[VXFS_NAMELEN]; /* name */
H A Dvxfs_super.c111 bufp->f_namelen = VXFS_NAMELEN; in vxfs_statfs()
H A Dvxfs_lookup.c192 if (dp->d_name.len > VXFS_NAMELEN) in vxfs_lookup()
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_dir.h32 * VXFS_NAMELEN is the maximum length of the d_name field
35 #define VXFS_NAMELEN 256 macro
45 char d_name[VXFS_NAMELEN]; /* name */
H A Dvxfs_super.c87 bufp->f_namelen = VXFS_NAMELEN; in vxfs_statfs()
H A Dvxfs_lookup.c168 if (dp->d_name.len > VXFS_NAMELEN) in vxfs_lookup()

Completed in 4 milliseconds