Searched refs:btrfs_del_items (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ctree.h | 610 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, 616 return btrfs_del_items(trans, root, path, path->slots[0], 1); in btrfs_del_item()
|
| H A D | verity.c | 159 ret = btrfs_del_items(trans, root, path, path->slots[0], 1); in drop_verity_items()
|
| H A D | file.c | 427 ret = btrfs_del_items(trans, root, path, del_slot, in btrfs_drop_extents() 452 ret = btrfs_del_items(trans, root, path, del_slot, del_nr); in btrfs_drop_extents() 767 ret = btrfs_del_items(trans, root, path, del_slot, del_nr); in btrfs_mark_extent_written() 2105 ret = btrfs_del_items(trans, root, path, del_slot, 1); in fill_holes()
|
| H A D | file-item.c | 1033 ret = btrfs_del_items(trans, root, path, in btrfs_del_csums()
|
| H A D | delayed-inode.c | 893 ret = btrfs_del_items(trans, root, path, path->slots[0], nitems); in btrfs_batch_delete_items()
|
| H A D | tree-log.c | 4553 ret = btrfs_del_items(trans, log, path, start_slot, in drop_inode_items() 6719 return btrfs_del_items(trans, inode->root->log_root, path, in batch_delete_dir_index_items()
|
| H A D | qgroup.c | 987 ret = btrfs_del_items(trans, root, path, 0, nr); in btrfs_clean_quota_tree()
|
| H A D | ctree.c | 4480 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_del_items() function
|
| H A D | extent-tree.c | 3550 ret = btrfs_del_items(trans, extent_root, path, path->slots[0], in __btrfs_free_extent()
|