Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c2172 set_opt2(sb, EXPLICIT_DELALLOC); in handle_mount_opt()
2174 set_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM); in handle_mount_opt()
4133 set_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_fill_super()
4356 set_opt2(sb, HURD_COMPAT); in ext4_fill_super()
4585 set_opt2(sb, STD_GROUP_SIZE); in ext4_fill_super()
Dext4.h1251 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ macro