Home
last modified time | relevance | path

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

/fs/btrfs/
Dsuper.c433 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
434 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
446 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
447 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
467 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
468 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
473 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
474 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
478 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
479 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
[all …]
Dctree.h2192 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
2209 btrfs_clear_opt(root->fs_info->mount_opt, opt); \
Dtransaction.c2257 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()