Searched refs:btrfs_truncate_item (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
H A D | dir-item.c | 431 btrfs_truncate_item(trans, path, item_len - sub_item_len, 1); in btrfs_delete_one_dir_name()
|
H A D | ctree.h | 580 void btrfs_truncate_item(struct btrfs_trans_handle *trans,
|
H A D | xattr.c | 192 btrfs_truncate_item(trans, path, data_size, 1); in btrfs_setxattr()
|
H A D | uuid-tree.c | 223 btrfs_truncate_item(trans, path, item_size - sizeof(subid), 1); in btrfs_uuid_tree_remove()
|
H A D | file-item.c | 846 btrfs_truncate_item(trans, path, new_size, 1); in truncate_one_csum() 858 btrfs_truncate_item(trans, path, new_size, 0); in truncate_one_csum()
|
H A D | ctree.c | 3997 void btrfs_truncate_item(struct btrfs_trans_handle *trans, in btrfs_truncate_item() function
|
H A D | extent-tree.c | 1189 btrfs_truncate_item(trans, path, item_size, 1); in update_inline_extent_backref()
|
H A D | tree-log.c | 524 btrfs_truncate_item(trans, path, item_size, 1); in overwrite_item()
|