Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dsuper.c4608 clear_opt2(sb, JOURNAL_FAST_COMMIT); in __ext4_fill_super()
5100 clear_opt2(sb, JOURNAL_FAST_COMMIT); in __ext4_fill_super()
5284 clear_opt2(sb, MB_OPTIMIZE_SCAN); in __ext4_fill_super()
Dext4.h1269 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ macro