Searched refs:bch_subvolume (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | subvolume_format.h | 9 struct bch_subvolume { struct 27 LE32_BITMASK(BCH_SUBVOLUME_RO, struct bch_subvolume, flags, 0, 1) argument 32 LE32_BITMASK(BCH_SUBVOLUME_SNAP, struct bch_subvolume, flags, 1, 2) 33 LE32_BITMASK(BCH_SUBVOLUME_UNLINKED, struct bch_subvolume, flags, 2, 3)
|
D | subvolume.c | 176 struct bch_subvolume s; in check_subvol_child() 240 if (bkey_val_bytes(s.k) > offsetof(struct bch_subvolume, creation_parent)) { in bch2_subvolume_to_text() 290 struct bch_subvolume *s) in bch2_subvolume_get_inlined() 303 struct bch_subvolume *s) in bch2_subvolume_get() 310 struct bch_subvolume s; in bch2_subvol_is_ro_trans() 326 struct bch_subvolume *subvol) in bch2_snapshot_get_subvol() 373 if (bkey_val_bytes(k.k) > offsetof(struct bch_subvolume, creation_parent) && in bch2_subvolume_reparent() 396 struct bch_subvolume s; in bch2_subvolumes_reparent()
|
D | subvolume.h | 28 bool, int, struct bch_subvolume *);
|
D | snapshot.h | 235 struct bch_subvolume *);
|
D | fs.c | 50 struct bch_subvolume *); 445 struct bch_subvolume *subvol) in bch2_inode_hash_init_insert() 466 struct bch_subvolume subvol; in bch2_vfs_inode_get() 489 struct bch_subvolume subvol; in __bch2_create() 618 struct bch_subvolume subvol; in bch2_lookup_trans() 1731 struct bch_subvolume *subvol) in bch2_vfs_inode_init()
|
D | fs-common.c | 71 struct bch_subvolume s; in bch2_create_trans()
|
D | dirent.c | 256 struct bch_subvolume s; in bch2_dirent_read_target()
|
D | snapshot.c | 537 struct bch_subvolume subvol; in check_snapshot_tree() 746 struct bch_subvolume subvol; in check_snapshot()
|
D | fsck.c | 109 struct bch_subvolume s; in subvol_lookup() 225 struct bch_subvolume subvol; in lookup_lostfound() 1416 struct bch_subvolume s; in check_inode()
|