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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c45 { EXT2_INDEX_FL, "I", "Indexed_direcctory" },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dlink.c128 if (inode.i_flags & EXT2_INDEX_FL) {
129 inode.i_flags &= ~EXT2_INDEX_FL;
H A Dext2_fs.h188 #define EXT2_INDEX_FL 0x00001000 /* hash-indexed directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A De2fs_lib.c169 { EXT2_INDEX_FL, 'I', "Indexed_directory" },
H A De2fs_defs.h179 #define EXT2_INDEX_FL 0x00001000 /* hash-indexed directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h186 #define EXT2_INDEX_FL FS_INDEX_FL /* hash-indexed directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2932 (inode->i_flags & EXT2_INDEX_FL))
2966 (inode->i_flags & EXT2_INDEX_FL))
4157 if (inode->i_flags & EXT2_INDEX_FL) {
4159 inode->i_flags &= ~EXT2_INDEX_FL;
4168 !(inode->i_flags & EXT2_INDEX_FL) &&
6422 inode.i_flags = inode.i_flags & ~EXT2_INDEX_FL;
10791 inode.i_flags &= ~EXT2_INDEX_FL;
10793 inode.i_flags |= EXT2_INDEX_FL;

Completed in 147 milliseconds