Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dfs.h281 #define FS_JOURNAL_DATA_FL 0x00004000 /* Reserved for ext3 */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h281 #define FS_JOURNAL_DATA_FL 0x00004000 /* Reserved for ext3 */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h281 #define FS_JOURNAL_DATA_FL 0x00004000 /* Reserved for ext3 */ macro
/linux-6.12.1/fs/ext2/
Dext2.h240 #define EXT2_JOURNAL_DATA_FL FS_JOURNAL_DATA_FL /* Reserved for ext3 */
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h256 #define OCFS2_JOURNAL_DATA_FL FS_JOURNAL_DATA_FL /* Reserved for ext3 */
/linux-6.12.1/fs/gfs2/
Dfile.c139 {FS_JOURNAL_DATA_FL, GFS2_DIF_JDATA | GFS2_DIF_INHERIT_JDATA},