Searched refs:btrfs_del_ptr (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | ctree.h | 547 int btrfs_del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
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()
|