Lines Matching refs:subid
26 u8 type, u64 subid)
72 if (le64_to_cpu(data) == subid) {
125 * Extend the item and store the new subid at the end.
150 u64 subid)
203 if (le64_to_cpu(read_subid) == subid)
215 if (item_size == sizeof(subid)) {
221 move_src = offset + sizeof(subid);
224 btrfs_truncate_item(trans, path, item_size - sizeof(subid), 1);
232 u64 subid)
244 ret = btrfs_uuid_tree_remove(trans, uuid, type, subid);