Searched refs:subvolid (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/bcachefs/
H A Dsubvolume.c327 int bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, argument
335 BTREE_ID_subvolumes, POS(0, subvolid),
340 "missing subvolume %u", subvolid); local
398 static int __bch2_subvolume_delete(struct btree_trans *trans, u32 subvolid) argument
406 BTREE_ID_subvolumes, POS(0, subvolid),
411 "missing subvolume %u", subvolid); local
423 static int bch2_subvolume_delete(struct btree_trans *trans, u32 subvolid) argument
425 return bch2_subvolumes_reparent(trans, subvolid) ?:
427 __bch2_subvolume_delete(trans, subvolid));
490 int bch2_subvolume_unlink(struct btree_trans *trans, u32 subvolid) argument
512 "missing subvolume %u", subvolid); local
[all...]
H A Dfsck.c383 static int reconstruct_subvol(struct btree_trans *trans, u32 snapshotid, u32 subvolid, u64 inum) argument
405 new_inode.bi_subvol = subvolid;
417 bch_info(c, "reconstructing subvol %u with root inode %llu", subvolid, inum);
425 new_subvol->k.p.offset = subvolid;
443 s->v.subvol = cpu_to_le32(subvolid);
456 st->v.master_subvol = cpu_to_le32(subvolid);
1893 static int find_snapshot_subvol(struct btree_trans *trans, u32 snapshot, u32 *subvolid) argument
1906 *subvolid = k.k->p.offset;
/linux-master/fs/btrfs/
H A Duuid-tree.c259 u8 *uuid, u8 type, u64 subvolid)
268 subvol_root = btrfs_get_fs_root(fs_info, subvolid, true);
258 btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info, u8 *uuid, u8 type, u64 subvolid) argument
H A Dioctl.c2425 if (vol_args2->subvolid < BTRFS_FIRST_FREE_OBJECTID) {
2436 vol_args2->subvolid, 0);
2473 * On idmapped mounts, deletion via subvolid is
2487 fs_info, vol_args2->subvolid);
/linux-master/include/uapi/linux/
H A Dbtrfs.h149 __u64 subvolid; member in union:btrfs_ioctl_vol_args_v2::__anon2714
500 /* in, inode number containing the subvolume of 'subvolid' */

Completed in 145 milliseconds