Home
last modified time | relevance | path

Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dsuper.c372 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
373 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
385 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
386 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
425 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
426 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
433 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
434 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
445 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
446 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
[all …]
Dfs.h922 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
939 btrfs_clear_opt(fs_info->mount_opt, opt); \
Dref-verify.c888 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod()
1019 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
Ddisk-io.c2923 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options()
2924 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options()
3308 btrfs_clear_opt(fs_info->mount_opt, SPACE_CACHE); in open_ctree()