Searched refs:for_cow (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | delayed-ref.h | 203 int for_cow); 210 int for_cow); 242 static inline int need_ref_seq(int for_cow, u64 rootid) in need_ref_seq() argument 244 if (for_cow) in need_ref_seq()
|
D | delayed-ref.c | 630 int for_cow) in add_delayed_tree_ref() argument 651 if (need_ref_seq(for_cow, ref_root)) in add_delayed_tree_ref() 689 int action, int for_cow) in add_delayed_data_ref() argument 710 if (need_ref_seq(for_cow, ref_root)) in add_delayed_data_ref() 752 int for_cow) in btrfs_add_delayed_tree_ref() argument 783 for_cow); in btrfs_add_delayed_tree_ref() 785 if (need_ref_seq(for_cow, ref_root)) in btrfs_add_delayed_tree_ref() 800 int for_cow) in btrfs_add_delayed_data_ref() argument 831 action, for_cow); in btrfs_add_delayed_data_ref() 833 if (need_ref_seq(for_cow, ref_root)) in btrfs_add_delayed_data_ref()
|
D | extent-tree.c | 1916 u64 root_objectid, u64 owner, u64 offset, int for_cow) in btrfs_inc_extent_ref() argument 1928 BTRFS_ADD_DELAYED_REF, NULL, for_cow); in btrfs_inc_extent_ref() 1933 BTRFS_ADD_DELAYED_REF, NULL, for_cow); in btrfs_inc_extent_ref() 2921 int full_backref, int inc, int for_cow) in __btrfs_mod_ref() argument 2971 key.offset, for_cow); in __btrfs_mod_ref() 2979 for_cow); in __btrfs_mod_ref() 2990 struct extent_buffer *buf, int full_backref, int for_cow) in btrfs_inc_ref() argument 2992 return __btrfs_mod_ref(trans, root, buf, full_backref, 1, for_cow); in btrfs_inc_ref() 2996 struct extent_buffer *buf, int full_backref, int for_cow) in btrfs_dec_ref() argument 2998 return __btrfs_mod_ref(trans, root, buf, full_backref, 0, for_cow); in btrfs_dec_ref() [all …]
|
D | ctree.h | 3072 struct extent_buffer *buf, int full_backref, int for_cow); 3074 struct extent_buffer *buf, int full_backref, int for_cow); 3082 u64 owner, u64 offset, int for_cow); 3094 u64 root_objectid, u64 owner, u64 offset, int for_cow);
|