Searched refs:btrfs_clear_opt (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | super.c | 447 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 …]
|
D | ctree.h | 2159 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 2176 btrfs_clear_opt(root->fs_info->mount_opt, opt); \
|
D | transaction.c | 2196 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
|