Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dsuper.c2188 set_opt2(sb, EXPLICIT_DELALLOC); in handle_mount_opt()
2190 set_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM); in handle_mount_opt()
4145 set_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_fill_super()
4361 set_opt2(sb, HURD_COMPAT); in ext4_fill_super()
4599 set_opt2(sb, STD_GROUP_SIZE); in ext4_fill_super()
Dext4.h1251 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ macro