Searched refs:btrfs_del_items (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/btrfs/
H A Dctree.h590 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
596 return btrfs_del_items(trans, root, path, path->slots[0], 1);
H A Dinode-item.c699 ret = btrfs_del_items(trans, root, path,
737 err = btrfs_del_items(trans, root, path, pending_del_slot,
H A Dverity.c161 ret = btrfs_del_items(trans, root, path, path->slots[0], 1);
H A Dfree-space-tree.c274 ret = btrfs_del_items(trans, root, path, path->slots[0], nr);
417 ret = btrfs_del_items(trans, root, path, path->slots[0], nr);
1248 ret = btrfs_del_items(trans, root, path, 0, nr);
1470 ret = btrfs_del_items(trans, root, path, path->slots[0], nr);
H A Dfile-item.c941 ret = btrfs_del_items(trans, root, path,
H A Dfile.c492 ret = btrfs_del_items(trans, root, path, del_slot,
517 ret = btrfs_del_items(trans, root, path, del_slot, del_nr);
524 * If btrfs_del_items() was called, it might have deleted a leaf, in
832 ret = btrfs_del_items(trans, root, path, del_slot, del_nr);
H A Ddelayed-inode.c899 ret = btrfs_del_items(trans, root, path, path->slots[0], nitems);
H A Dtree-log.c4136 ret = btrfs_del_items(trans, log, path, start_slot,
6204 return btrfs_del_items(trans, inode->root->log_root, path,
H A Dctree.c4466 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, function
H A Dqgroup.c983 ret = btrfs_del_items(trans, root, path, 0, nr);
H A Dextent-tree.c3383 ret = btrfs_del_items(trans, extent_root, path, path->slots[0],

Completed in 194 milliseconds