Searched refs:bch_subvolume (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A 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)
|
| H A D | subvolume.c | 177 struct bch_subvolume s; in check_subvol_child() 241 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()
|
| H A D | subvolume.h | 27 bool, struct bch_subvolume *);
|
| H A D | snapshot.h | 235 struct bch_subvolume *);
|
| H A D | str_hash.c | 14 struct bch_subvolume subvol; in bch2_dirent_has_target()
|
| H A D | fs.c | 53 struct bch_subvolume *); 501 struct bch_subvolume *subvol) in bch2_inode_hash_init_insert() 522 struct bch_subvolume subvol; in bch2_vfs_inode_get() 545 struct bch_subvolume subvol; in __bch2_create() 687 struct bch_subvolume subvol; in bch2_lookup_trans() 2079 struct bch_subvolume *subvol) in bch2_vfs_inode_init()
|
| H A D | namei.c | 71 struct bch_subvolume s; in bch2_create_trans()
|
| H A D | dirent.c | 376 struct bch_subvolume s; in bch2_dirent_read_target()
|
| H A D | snapshot.c | 462 struct bch_subvolume subvol; in check_snapshot_tree() 687 struct bch_subvolume subvol; in check_snapshot()
|
| H A D | fsck.c | 104 struct bch_subvolume s; in subvol_lookup() 208 struct bch_subvolume subvol; in lookup_lostfound() 1258 struct bch_subvolume s; in check_inode()
|