Lines Matching refs:subid
23 u8 type, u64 subid)
69 if (le64_to_cpu(data) == subid) {
122 * Extend the item and store the new subid at the end.
148 u64 subid)
201 if (le64_to_cpu(read_subid) == subid)
213 if (item_size == sizeof(subid)) {
219 move_src = offset + sizeof(subid);
222 btrfs_truncate_item(path, item_size - sizeof(subid), 1);
230 u64 subid)
242 ret = btrfs_uuid_tree_remove(trans, uuid, type, subid);