Searched refs:subvol_id (Results 1 – 2 of 2) sorted by relevance
| /fs/btrfs/ |
| A D | print-tree.c | 198 __le64 subvol_id; in print_uuid_item() local 200 read_extent_buffer(l, &subvol_id, offset, sizeof(subvol_id)); in print_uuid_item() 201 pr_info("\t\tsubvol_id %llu\n", le64_to_cpu(subvol_id)); in print_uuid_item()
|
| /fs/bcachefs/ |
| A D | snapshot.c | 81 u32 root_id, u32 subvol_id, u32 *tree_id) in bch2_snapshot_tree_create() argument 89 n_tree->v.master_subvol = cpu_to_le32(subvol_id); in bch2_snapshot_tree_create() 434 u32 snapshot_root, u32 *subvol_id) in bch2_snapshot_tree_master_subvol() argument 451 *subvol_id = s.k->p.offset; in bch2_snapshot_tree_master_subvol() 461 *subvol_id = bch2_snapshot_oldest_subvol(c, snapshot_root, NULL); in bch2_snapshot_tree_master_subvol() 464 BTREE_ID_subvolumes, POS(0, *subvol_id), in bch2_snapshot_tree_master_subvol() 545 u32 subvol_id; in check_snapshot_tree() local 547 ret = bch2_snapshot_tree_master_subvol(trans, root_id, &subvol_id); in check_snapshot_tree() 563 u->v.master_subvol = cpu_to_le32(subvol_id); in check_snapshot_tree()
|
Completed in 10 milliseconds