Searched refs:btrfs_inc_ref (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 280 ret = btrfs_inc_ref(trans, root, cow, 1); in btrfs_copy_root() 282 ret = btrfs_inc_ref(trans, root, cow, 0); in btrfs_copy_root() 1034 ret = btrfs_inc_ref(trans, root, buf, 1); in update_ref_for_cow() 1041 ret = btrfs_inc_ref(trans, root, cow, 1); in update_ref_for_cow() 1049 ret = btrfs_inc_ref(trans, root, cow, 1); in update_ref_for_cow() 1051 ret = btrfs_inc_ref(trans, root, cow, 0); in update_ref_for_cow() 1068 ret = btrfs_inc_ref(trans, root, cow, 1); in update_ref_for_cow() 1070 ret = btrfs_inc_ref(trans, root, cow, 0); in update_ref_for_cow()
|
D | ctree.h | 3443 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
D | extent-tree.c | 3246 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_inc_ref() function 8407 ret = btrfs_inc_ref(trans, root, eb, 1); in walk_down_proc()
|