Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c4379 set_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_set_def_opts()
4470 set_opt2(sb, STD_GROUP_SIZE); in ext4_handle_clustersize()
4678 set_opt2(sb, HURD_COMPAT); in ext4_check_feature_compatibility()
5538 set_opt2(sb, MB_OPTIMIZE_SCAN); in __ext4_fill_super()
H A Dext4.h1262 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ macro