Home
last modified time | relevance | path

Searched refs:EXT4_INLINE_DATA_FL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c319 flags &= ~EXT4_INLINE_DATA_FL; in dax_compatible()
320 oldflags &= ~EXT4_INLINE_DATA_FL; in dax_compatible()
H A Dext4.h431 #define EXT4_INLINE_DATA_FL 0x10000000 /* Inode has inline data. */ macro
463 EXT4_INLINE_DATA_FL)
494 EXT4_JOURNAL_DATA_FL | EXT4_INLINE_DATA_FL)
H A Dfast_commit.c1475 } else if (le32_to_cpu(raw_inode->i_flags) & EXT4_INLINE_DATA_FL) { in ext4_fc_replay_inode()
/kernel/linux/linux-6.6/fs/ext4/
H A Dioctl.c559 flags &= ~EXT4_INLINE_DATA_FL; in dax_compatible()
560 oldflags &= ~EXT4_INLINE_DATA_FL; in dax_compatible()
H A Dext4.h498 #define EXT4_INLINE_DATA_FL 0x10000000 /* Inode has inline data. */ macro
530 EXT4_INLINE_DATA_FL)
552 EXT4_JOURNAL_DATA_FL | EXT4_INLINE_DATA_FL)
H A Dfast_commit.c1567 } else if (le32_to_cpu(raw_inode->i_flags) & EXT4_INLINE_DATA_FL) { in ext4_fc_replay_inode()

Completed in 22 milliseconds