Searched refs:btrfs_clear_opt (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 375 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 376 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 388 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 389 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 428 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 429 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 436 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 437 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 448 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 449 btrfs_clear_opt(inf in btrfs_parse_options() [all...] |
H A D | fs.h | 922 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 939 btrfs_clear_opt(fs_info->mount_opt, opt); \
|
H A D | ref-verify.c | 891 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1024 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
H A D | disk-io.c | 2932 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options() 2933 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options() 3318 btrfs_clear_opt(fs_info->mount_opt, SPACE_CACHE); in open_ctree()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 569 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(inf in btrfs_parse_options() [all...] |
H A D | ref-verify.c | 904 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1035 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
H A D | ctree.h | 1311 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 1328 btrfs_clear_opt(fs_info->mount_opt, opt); \
|
H A D | transaction.c | 2527 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
|
H A D | disk-io.c | 3451 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in open_ctree()
|
Completed in 26 milliseconds