Searched refs:clear_opt2 (Results 1 – 2 of 2) sorted by relevance
4895 clear_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_journal_data_mode_check()5315 clear_opt2(sb, JOURNAL_FAST_COMMIT); in __ext4_fill_super()5431 clear_opt2(sb, MB_OPTIMIZE_SCAN); in __ext4_fill_super()
1278 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ macro