Home
last modified time | relevance | path

Searched refs:EXT2_NAME_LEN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dext2_fs.h23 #define EXT2_NAME_LEN 255 macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch231 -#define EXT2_NAME_LEN 255
237 - char d_name[EXT2_NAME_LEN]; /* File name */
1100 -#define EXT2_NAME_LEN 255
1106 - char name[EXT2_NAME_LEN]; /* File name */
1120 - char name[EXT2_NAME_LEN]; /* File name */
/openbmc/linux/fs/ext2/
H A Dnamei.c62 if (dentry->d_name.len > EXT2_NAME_LEN) in ext2_lookup()
H A Dsuper.c1467 buf->f_namelen = EXT2_NAME_LEN; in ext2_statfs()
/openbmc/linux/fs/nfsd/
H A Dnfs3proc.c736 resp->p_name_max = EXT2_NAME_LEN; in nfsd3_proc_pathconf()