Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c2201 set_opt2(sb, EXPLICIT_DELALLOC); in handle_mount_opt()
2203 set_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM); in handle_mount_opt()
4164 set_opt2(sb, JOURNAL_FAST_COMMIT); in ext4_fill_super()
4381 set_opt2(sb, HURD_COMPAT); in ext4_fill_super()
4610 set_opt2(sb, STD_GROUP_SIZE); in ext4_fill_super()
H A Dext4.h1251 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ macro