Searched refs:btrfs_del_ptr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 546 int btrfs_del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
H A D | ctree.c | 1179 ret = btrfs_del_ptr(trans, root, path, level + 1, pslot + 1); in balance_level() 1237 ret = btrfs_del_ptr(trans, root, path, level + 1, pslot); in balance_level() 4504 int btrfs_del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_del_ptr() function 4569 ret = btrfs_del_ptr(trans, root, path, 1, path->slots[1]); in btrfs_del_leaf() 4660 * for possible call to btrfs_del_ptr below in btrfs_del_items()
|
Completed in 8 milliseconds