Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsuper.c447 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
448 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
460 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
461 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
481 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
482 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
487 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
488 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
492 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
493 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
[all …]
Dctree.h2159 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
2176 btrfs_clear_opt(root->fs_info->mount_opt, opt); \
Dtransaction.c2196 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()