Searched refs:btrfs_block_can_be_shared (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 543 int btrfs_block_can_be_shared(struct btrfs_trans_handle *trans,
|
H A D | ctree.c | 370 int btrfs_block_can_be_shared(struct btrfs_trans_handle *trans, in btrfs_block_can_be_shared() function 429 if (btrfs_block_can_be_shared(trans, root, buf)) { in update_ref_for_cow()
|
H A D | backref.c | 3320 if (btrfs_block_can_be_shared(trans, root, eb)) in handle_indirect_tree_backref()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 830 int btrfs_block_can_be_shared(struct btrfs_root *root, in btrfs_block_can_be_shared() function 878 if (btrfs_block_can_be_shared(root, buf)) { in update_ref_for_cow()
|
H A D | backref.c | 2861 if (btrfs_block_can_be_shared(root, eb))
|
H A D | ctree.h | 2720 int btrfs_block_can_be_shared(struct btrfs_root *root,
|
Completed in 39 milliseconds