Home
last modified time | relevance | path

Searched refs:ext4_set_mount_flag (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/ext4/
Dfast_commit.c326 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_mark_ineligible()
359 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE); in ext4_fc_stop_ineligible()
931 ext4_set_mount_flag(sb, EXT4_MF_FC_COMMITTING); in ext4_fc_submit_inode_data_all()
Dfile.c806 ext4_set_mount_flag(sb, EXT4_MF_MNTDIR_SAMPLED); in ext4_sample_last_mounted()
Dsuper.c648 ext4_set_mount_flag(sb, EXT4_MF_FS_ABORTED); in ext4_handle_error()
2127 ext4_set_mount_flag(sb, EXT4_MF_FS_ABORTED); in handle_mount_opt()
Dext4.h1801 static inline void ext4_set_mount_flag(struct super_block *sb, int bit) in ext4_set_mount_flag() function