Searched refs:btrfs_del_items (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | free-space-tree.c | 255 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_bitmaps() 400 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_extents() 1222 ret = btrfs_del_items(trans, root, path, 0, nr); in clear_free_space_tree() 1385 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in remove_block_group_free_space()
|
| H A D | file.c | 950 ret = btrfs_del_items(trans, root, path, del_slot, in __btrfs_drop_extents() 975 ret = btrfs_del_items(trans, root, path, del_slot, del_nr); in __btrfs_drop_extents() 1303 ret = btrfs_del_items(trans, root, path, del_slot, del_nr); in btrfs_mark_extent_written()
|
| H A D | file-item.c | 777 ret = btrfs_del_items(trans, root, path, in btrfs_del_csums()
|
| H A D | ctree.h | 2754 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, 2760 return btrfs_del_items(trans, root, path, path->slots[0], 1); in btrfs_del_item()
|
| H A D | delayed-inode.c | 921 ret = btrfs_del_items(trans, root, path, path->slots[0], nitems); in btrfs_batch_delete_items()
|
| H A D | qgroup.c | 917 ret = btrfs_del_items(trans, root, path, 0, nr); in btrfs_clean_quota_tree()
|
| H A D | inode.c | 4501 ret = btrfs_del_items(trans, root, path, in btrfs_truncate_inode_items() 4539 err = btrfs_del_items(trans, root, path, pending_del_slot, in btrfs_truncate_inode_items()
|
| H A D | extent-tree.c | 3206 ret = btrfs_del_items(trans, extent_root, path, path->slots[0], in __btrfs_free_extent()
|
| H A D | ctree.c | 5042 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_del_items() function
|
| H A D | tree-log.c | 3859 ret = btrfs_del_items(trans, log, path, start_slot, in drop_objectid_items()
|