Home
last modified time | relevance | path

Searched refs:EXT4_MF_FC_INELIGIBLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/ext4/
Dfast_commit.c326 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
359 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_stop_ineligible()
365 return (ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE) || in ext4_fc_is_ineligible()
1271 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
Dext4.h1795 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
Dsuper.c4623 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()