Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfast_commit.c1228 ext4_clear_mount_flag(sb, EXT4_MF_FC_COMMITTING); in ext4_fc_cleanup()
1229 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_cleanup()
H A Dsuper.c4773 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fill_super()
4774 ext4_clear_mount_flag(sb, EXT4_MF_FC_COMMITTING); in ext4_fill_super()
H A Dext4.h1697 static inline void ext4_clear_mount_flag(struct super_block *sb, int bit) in ext4_clear_mount_flag() function