Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| A D | super.c | 323 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 324 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_param() 329 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 334 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 356 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 357 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_param() 383 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 394 btrfs_clear_opt(ctx->mount_opt, SSD); in btrfs_parse_param() 398 btrfs_clear_opt(ctx->mount_opt, NOSSD); in btrfs_parse_param() 407 btrfs_clear_opt(ctx->mount_opt, NOSSD); in btrfs_parse_param() [all …]
|
| A D | ref-verify.c | 899 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1032 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
| A D | fs.h | 1019 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
|
| A D | zoned.c | 786 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|
Completed in 19 milliseconds