Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A 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()
1229 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
H A Dext4.h1686 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
H A Dsuper.c4773 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()