Home
last modified time | relevance | path

Searched refs:subvol_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dprint-tree.c198 __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()
/linux-6.12.1/fs/bcachefs/
Dsnapshot.c78 u32 root_id, u32 subvol_id, u32 *tree_id) in bch2_snapshot_tree_create() argument
86 n_tree->v.master_subvol = cpu_to_le32(subvol_id); in bch2_snapshot_tree_create()
487 u32 snapshot_root, u32 *subvol_id) in bch2_snapshot_tree_master_subvol() argument
504 *subvol_id = s.k->p.offset; in bch2_snapshot_tree_master_subvol()
515 *subvol_id = bch2_snapshot_tree_oldest_subvol(c, snapshot_root); in bch2_snapshot_tree_master_subvol()
518 BTREE_ID_subvolumes, POS(0, *subvol_id), in bch2_snapshot_tree_master_subvol()
585 u32 subvol_id; in check_snapshot_tree() local
587 ret = bch2_snapshot_tree_master_subvol(trans, root_id, &subvol_id); in check_snapshot_tree()
603 u->v.master_subvol = cpu_to_le32(subvol_id); in check_snapshot_tree()