Searched refs:master_subvol (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | snapshot_format.h | 32 __le32 master_subvol; member
|
D | snapshot.c | 30 le32_to_cpu(t.v->master_subvol), in bch2_snapshot_tree_to_text() 86 n_tree->v.master_subvol = cpu_to_le32(subvol_id); in bch2_snapshot_tree_create() 562 ret = bch2_subvolume_get(trans, le32_to_cpu(st.v->master_subvol), in check_snapshot_tree() 603 u->v.master_subvol = cpu_to_le32(subvol_id); in check_snapshot_tree() 1367 n_tree->v.master_subvol = cpu_to_le32(snapshot_subvols[0]); in bch2_snapshot_node_create_tree()
|
D | subvolume.c | 141 if (fsck_err_on(le32_to_cpu(st.master_subvol) != subvol.k->p.offset, in check_subvol() 621 root_tree.v.master_subvol = cpu_to_le32(1); in bch2_initialize_subvolumes()
|
D | fsck.c | 223 subvol_inum root_inum = { .subvol = le32_to_cpu(st.master_subvol) }; in lookup_lostfound() 226 ret = bch2_subvolume_get(trans, le32_to_cpu(st.master_subvol), in lookup_lostfound() 229 le32_to_cpu(st.master_subvol), snapshot); in lookup_lostfound() 236 BTREE_ID_subvolumes, POS(0, le32_to_cpu(st.master_subvol)), in lookup_lostfound() 252 root_inum.inum, le32_to_cpu(st.master_subvol)); in lookup_lostfound() 598 if (!st->v.master_subvol) in reconstruct_subvol() 599 st->v.master_subvol = cpu_to_le32(subvolid); in reconstruct_subvol()
|
D | quota.c | 496 if (!s_t.master_subvol) in bch2_fs_quota_read_inode() 501 le32_to_cpu(s_t.master_subvol), in bch2_fs_quota_read_inode()
|