Searched refs:btrfs_inc_ref (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-tree.h144 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
H A Dctree.c355 ret = btrfs_inc_ref(trans, root, cow, 1);
357 ret = btrfs_inc_ref(trans, root, cow, 0);
472 ret = btrfs_inc_ref(trans, root, buf, 1);
481 ret = btrfs_inc_ref(trans, root, cow, 1);
490 ret = btrfs_inc_ref(trans, root, cow, 1);
492 ret = btrfs_inc_ref(trans, root, cow, 0);
505 ret = btrfs_inc_ref(trans, root, cow, 1);
507 ret = btrfs_inc_ref(trans, root, cow, 0);
H A Dextent-tree.c2576 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, function
5395 ret = btrfs_inc_ref(trans, root, eb, 1);

Completed in 103 milliseconds