Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | super.c | 285 btrfs_clear_opt(ctx->mount_opt, FORCE_COMPRESS); in btrfs_parse_compress() 291 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 292 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 300 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 301 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 311 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 312 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 320 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 321 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 326 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_compress() [all …]
|
| H A D | ref-verify.c | 882 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 987 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree() 1022 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
| H A D | fs.h | 1156 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
|
| H A D | zoned.c | 824 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|