Home
last modified time | relevance | path

Searched refs:ext4_test_mount_flag (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()
1227 if (ext4_test_mount_flag(sb, EXT4_MF_FC_INELIGIBLE)) { in ext4_fc_commit()
H A Dext4.h1900 static inline int ext4_test_mount_flag(struct super_block *sb, int bit) in ext4_test_mount_flag() function
H A Dsuper.c722 !ext4_test_mount_flag(sb, EXT4_MF_JOURNAL_DESTROY)) in ext4_handle_error()