Home
last modified time | relevance | path

Searched refs:clear_opt2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/ext4/
H A Dsuper.c4989 clear_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_check_journal_data_mode()
5439 clear_opt2(sb, JOURNAL_FAST_COMMIT); in __ext4_fill_super()
5553 clear_opt2(sb, MB_OPTIMIZE_SCAN); in __ext4_fill_super()
H A Dext4.h1268 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ macro