Searched refs:btrfs_truncate_item (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/btrfs/
H A Dinode-item.c169 btrfs_truncate_item(trans, path, item_size - del_len, 1);
231 btrfs_truncate_item(trans, path, item_size - sub_item_len, 1);
619 btrfs_truncate_item(trans, path, size, 1);
H A Duuid-tree.c223 btrfs_truncate_item(trans, path, item_size - sizeof(subid), 1);
H A Ddir-item.c442 btrfs_truncate_item(trans, path, item_len - sub_item_len, 1);
H A Dxattr.c193 btrfs_truncate_item(trans, path, data_size, 1);
H A Dctree.h564 void btrfs_truncate_item(struct btrfs_trans_handle *trans,
H A Dfile-item.c807 * This calls btrfs_truncate_item with the correct args based on the overlap,
836 btrfs_truncate_item(trans, path, new_size, 1);
848 btrfs_truncate_item(trans, path, new_size, 0);
H A Dctree.c4005 void btrfs_truncate_item(struct btrfs_trans_handle *trans, function
H A Dtree-log.c504 btrfs_truncate_item(trans, path, item_size, 1);
H A Dextent-tree.c1191 btrfs_truncate_item(trans, path, item_size, 1);

Completed in 174 milliseconds