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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dpf.c44 { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h199 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
208 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
219 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL)
H A Dext3_fs.h176 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dioctl.c57 jflag = flags & EXT3_JOURNAL_DATA_FL;
76 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) {
110 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL))
H A Dinode.c3130 EXT3_I(inode)->i_flags |= EXT3_JOURNAL_DATA_FL;
3132 EXT3_I(inode)->i_flags &= ~EXT3_JOURNAL_DATA_FL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dchattr.c69 { EXT3_JOURNAL_DATA_FL, 'j' },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 149 milliseconds