Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsuper.c569 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
570 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
582 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
583 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
622 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
623 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
630 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
631 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
642 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
643 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
[all …]
H A Dref-verify.c901 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod()
1030 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
H A Dctree.h1313 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
1330 btrfs_clear_opt(fs_info->mount_opt, opt); \
H A Dtransaction.c2520 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
H A Ddisk-io.c3425 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in open_ctree()