Searched refs:set_opt2 (Results 1 – 2 of 2) sorted by relevance
1654 set_opt2(sb, EXPLICIT_DELALLOC); in handle_mount_opt()1656 set_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM); in handle_mount_opt()3582 set_opt2(sb, HURD_COMPAT); in ext4_fill_super()3813 set_opt2(sb, STD_GROUP_SIZE); in ext4_fill_super()
1169 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ macro