Searched refs:EXT4_MF_FC_INELIGIBLE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.c | 346 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 D | ext4.h | 1807 EXT4_MF_FC_INELIGIBLE /* Fast commit ineligible */ enumerator
|
H A D | namei.c | 4006 !(ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE))) { in ext4_rename()
|
H A D | super.c | 4478 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fast_commit_init()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.c | 265 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 D | ext4.h | 1712 EXT4_MF_FC_INELIGIBLE, /* Fast commit ineligible */ enumerator
|
H A D | super.c | 4753 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()
|
Completed in 42 milliseconds