Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c5003 clear_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_check_journal_data_mode()
5427 clear_opt2(sb, JOURNAL_FAST_COMMIT); in __ext4_fill_super()
5540 clear_opt2(sb, MB_OPTIMIZE_SCAN); in __ext4_fill_super()
H A Dext4.h1260 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ macro