Home
last modified time | relevance | path

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

/fs/ext4/
Dfast_commit.c265 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
298 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_stop_ineligible()
304 return (ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE) || in ext4_fc_is_ineligible()
1242 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
Dext4.h1691 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
Dsuper.c4759 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()