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.c701 ret = btrfs_del_items(trans, root, path,
739 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.c955 ret = btrfs_del_items(trans, root, path,
H A Dfile.c495 ret = btrfs_del_items(trans, root, path, del_slot,
520 ret = btrfs_del_items(trans, root, path, del_slot, del_nr);
527 * If btrfs_del_items() was called, it might have deleted a leaf, in
842 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.c4138 ret = btrfs_del_items(trans, log, path, start_slot,
6208 return btrfs_del_items(trans, inode->root->log_root, path,
H A Dctree.c4463 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.c3350 ret = btrfs_del_items(trans, extent_root, path, path->slots[0],

Completed in 281 milliseconds