Home
last modified time | relevance | path

Searched refs:EXT4_MF_FC_INELIGIBLE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c346 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
511 if (ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)) in ext4_fc_track_unlink()
538 if (ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)) in ext4_fc_track_link()
565 if (ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)) in ext4_fc_track_create()
598 if (ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)) in ext4_fc_track_inode()
649 if (ext4_test_mount_flag(inode->i_sb, EXT4_MF_FC_INELIGIBLE)) in ext4_fc_track_range()
1229 if (ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE)) { in ext4_fc_commit()
1318 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
H A Dext4.h1807 EXT4_MF_FC_INELIGIBLE /* Fast commit ineligible */ enumerator
H A Dnamei.c4006 !(ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE))) { in ext4_rename()
H A Dsuper.c4478 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fast_commit_init()
/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c265 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
288 * Stop a fast commit ineligible update. We set EXT4_MF_FC_INELIGIBLE flag here
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()
H A Dext4.h1712 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
H A Dsuper.c4753 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()

Completed in 42 milliseconds