Searched refs:should_cow_block (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 1445 static inline int should_cow_block(struct btrfs_trans_handle *trans, in should_cow_block() function 1503 if (!should_cow_block(trans, root, buf)) { in btrfs_cow_block() 2773 if (!should_cow_block(trans, root, b)) { in btrfs_search_slot()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 651 static inline int should_cow_block(struct btrfs_trans_handle *trans, in should_cow_block() function 721 if (!should_cow_block(trans, root, buf)) { in btrfs_cow_block() 2210 if (!should_cow_block(trans, root, b)) in btrfs_search_slot()
|
Completed in 14 milliseconds