Searched refs:bch_subvolume (Results 1 – 11 of 11) sorted by relevance
| /fs/bcachefs/ |
| 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)
|
| A D | subvolume.c | 200 struct bch_subvolume s; in check_subvol_child() 264 if (bkey_val_bytes(s.k) > offsetof(struct bch_subvolume, creation_parent)) { in bch2_subvolume_to_text() 320 struct bch_subvolume *s) in bch2_subvolume_get_inlined() 332 struct bch_subvolume *s) in bch2_subvolume_get() 339 struct bch_subvolume s; in bch2_subvol_is_ro_trans() 355 struct bch_subvolume *subvol) in bch2_snapshot_get_subvol() 402 if (bkey_val_bytes(k.k) > offsetof(struct bch_subvolume, creation_parent) && in bch2_subvolume_reparent() 425 struct bch_subvolume s; in bch2_subvolumes_reparent()
|
| A D | subvolume.h | 27 bool, struct bch_subvolume *);
|
| A D | snapshot.h | 210 struct bch_subvolume *);
|
| A D | fs.c | 53 struct bch_subvolume *); 499 struct bch_subvolume *subvol) in bch2_inode_hash_init_insert() 520 struct bch_subvolume subvol; in bch2_vfs_inode_get() 543 struct bch_subvolume subvol; in __bch2_create() 685 struct bch_subvolume subvol; in bch2_lookup_trans() 2077 struct bch_subvolume *subvol) in bch2_vfs_inode_init()
|
| A D | str_hash.c | 14 struct bch_subvolume subvol; in bch2_dirent_has_target()
|
| A D | recovery_passes.c | 239 struct bch_subvolume subvol; in bch2_lookup_root_inode()
|
| A D | dirent.c | 377 struct bch_subvolume s; in bch2_dirent_read_target()
|
| A D | namei.c | 79 struct bch_subvolume s; in bch2_create_trans()
|
| A D | fsck.c | 106 struct bch_subvolume s; in subvol_lookup() 189 struct bch_subvolume subvol; in lookup_lostfound() 1275 struct bch_subvolume s; in check_inode()
|
| A D | snapshot.c | 483 struct bch_subvolume subvol; in check_snapshot_tree() 704 struct bch_subvolume subvol; in check_snapshot()
|
Completed in 33 milliseconds