Searched refs:s_mount_flags (Results 1 – 2 of 2) sorted by relevance
1530 unsigned long s_mount_flags; member1811 set_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_set_mount_flag()1816 clear_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_clear_mount_flag()1821 return test_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_test_mount_flag()
2789 sbi->s_mount_flags &= ~ctx->mask_s_mount_flags; in ext4_apply_options()2790 sbi->s_mount_flags |= ctx->vals_s_mount_flags; in ext4_apply_options()