Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c230 !(ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE)); in ext4_fc_eligible()
269 && !ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)); in ext4_fc_del()
340 is_ineligible = ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
343 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
1227 if (ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE)) { in ext4_fc_commit()
1343 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
H A Dext4.h1886 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
H A Dsuper.c4540 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fast_commit_init()