Searched refs:EXT2_NAME_LEN (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h513 #define EXT2_NAME_LEN 255 macro
519 char name[EXT2_NAME_LEN]; /* File name */
533 char name[EXT2_NAME_LEN]; /* File name */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_fs.h522 #define EXT2_NAME_LEN 255 macro
528 char name[EXT2_NAME_LEN]; /* File name */
542 char name[EXT2_NAME_LEN]; /* File name */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h540 #define EXT2_NAME_LEN 255 macro
546 char name[EXT2_NAME_LEN]; /* File name */
560 char name[EXT2_NAME_LEN]; /* File name */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dnamei.c63 if (dentry->d_name.len > EXT2_NAME_LEN)
H A Dsuper.c1350 buf->f_namelen = EXT2_NAME_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3proc.c601 resp->p_name_max = EXT2_NAME_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2592 if (len > EXT2_NAME_LEN)
2593 len = EXT2_NAME_LEN;
6112 if ((dirent->name_len & 0xFF) > EXT2_NAME_LEN) {
6114 dirent->name_len = EXT2_NAME_LEN;

Completed in 99 milliseconds