Searched refs:s_mount_flags (Results 1 – 2 of 2) sorted by relevance
1532 unsigned long s_mount_flags; member1814 set_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_set_mount_flag()1819 clear_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_clear_mount_flag()1824 return test_bit(bit, &EXT4_SB(sb)->s_mount_flags); in ext4_test_mount_flag()
2781 sbi->s_mount_flags &= ~ctx->mask_s_mount_flags; in ext4_apply_options()2782 sbi->s_mount_flags |= ctx->vals_s_mount_flags; in ext4_apply_options()