Home
last modified time | relevance | path

Searched refs:FS_JOURNAL_DATA_FL (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/gfs2/
Dfile.c153 [gfs2fl_InheritJdata] = FS_JOURNAL_DATA_FL,
171 fsflags |= FS_JOURNAL_DATA_FL; in gfs2_get_flags()
/linux-3.4.99/fs/ext2/
Dext2.h243 #define EXT2_JOURNAL_DATA_FL FS_JOURNAL_DATA_FL /* Reserved for ext3 */
/linux-3.4.99/fs/ocfs2/
Docfs2_fs.h263 #define OCFS2_JOURNAL_DATA_FL FS_JOURNAL_DATA_FL /* Reserved for ext3 */
/linux-3.4.99/include/linux/
Dfs.h365 #define FS_JOURNAL_DATA_FL 0x00004000 /* Reserved for ext3 */ macro