Searched refs:btrfs_truncate_item (Results 1 – 9 of 9) sorted by relevance
/linux/fs/btrfs/ |
H A D | inode-item.c | 169 btrfs_truncate_item(trans, path, item_size - del_len, 1); in btrfs_del_inode_extref() 231 btrfs_truncate_item(trans, path, item_size - sub_item_len, 1); in btrfs_del_inode_ref() 619 btrfs_truncate_item(trans, path, size, 1); in btrfs_truncate_inode_items()
|
H A D | dir-item.c | 442 btrfs_truncate_item(trans, path, item_len - sub_item_len, 1); in btrfs_delete_one_dir_name()
|
H A D | ctree.h | 582 void btrfs_truncate_item(struct btrfs_trans_handle *trans,
|
H A D | uuid-tree.c | 225 btrfs_truncate_item(trans, path, item_size - sizeof(subid), 1); in btrfs_uuid_tree_remove()
|
H A D | xattr.c | 193 btrfs_truncate_item(trans, path, data_size, 1); in btrfs_setxattr()
|
H A D | file-item.c | 851 btrfs_truncate_item(trans, path, new_size, 1); in truncate_one_csum() 863 btrfs_truncate_item(trans, path, new_size, 0); in truncate_one_csum()
|
H A D | ctree.c | 4021 void btrfs_truncate_item(struct btrfs_trans_handle *trans, in btrfs_truncate_item() function
|
H A D | extent-tree.c | 1176 btrfs_truncate_item(trans, path, item_size, 1); in update_inline_extent_backref()
|
H A D | tree-log.c | 523 btrfs_truncate_item(trans, path, item_size, 1); in overwrite_item()
|