Searched refs:EXT2_DIRSYNC_FL (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c32 { EXT2_DIRSYNC_FL, "D", "Synchronous_Directory_Updates" },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dchattr.c45 /* D */ EXT2_DIRSYNC_FL,
135 fsflags &= ~EXT2_DIRSYNC_FL;
H A De2fs_lib.c156 { EXT2_DIRSYNC_FL, 'D', "Synchronous_Directory_Updates" },
H A De2fs_defs.h183 #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dchattr.c64 { EXT2_DIRSYNC_FL, 'D' },
147 fsflags &= ~EXT2_DIRSYNC_FL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h190 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro
202 EXT2_NOTAIL_FL | EXT2_DIRSYNC_FL)
205 #define EXT2_REG_FLMASK (~(EXT2_DIRSYNC_FL | EXT2_TOPDIR_FL))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_fs.h192 #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c1258 if (flags & EXT2_DIRSYNC_FL)
1268 EXT2_IMMUTABLE_FL|EXT2_NOATIME_FL|EXT2_DIRSYNC_FL);
1278 ei->i_flags |= EXT2_DIRSYNC_FL;

Completed in 79 milliseconds