Searched refs:EXT3_JOURNAL_DATA_FL (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c44 { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext3_jbd.h202 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
211 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
222 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
H A Dext3_fs.h172 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
185 EXT3_NOCOMPR_FL | EXT3_JOURNAL_DATA_FL |\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dioctl.c63 jflag = flags & EXT3_JOURNAL_DATA_FL;
80 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) {
109 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL))
H A Dinode.c3393 EXT3_I(inode)->i_flags |= EXT3_JOURNAL_DATA_FL;
3395 EXT3_I(inode)->i_flags &= ~EXT3_JOURNAL_DATA_FL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dchattr.c50 /* j */ EXT3_JOURNAL_DATA_FL,
H A De2fs_lib.c168 { EXT3_JOURNAL_DATA_FL, 'j', "Journaled_Data" },
H A De2fs_defs.h181 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dchattr.c69 { EXT3_JOURNAL_DATA_FL, 'j' },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_fs.h190 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro

Completed in 84 milliseconds