Searched refs:btrfs_qgroup_inherit (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | qgroup.h | 364 struct btrfs_qgroup_inherit *inherit, 366 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 368 struct btrfs_qgroup_inherit *inherit);
|
D | transaction.h | 185 struct btrfs_qgroup_inherit *inherit;
|
D | ioctl.c | 568 static unsigned int create_subvol_num_items(struct btrfs_qgroup_inherit *inherit) in create_subvol_num_items() 593 struct btrfs_qgroup_inherit *inherit) in create_subvol() 664 ret = btrfs_qgroup_inherit(trans, 0, objectid, btrfs_root_id(root), inherit); in create_subvol() 794 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 992 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 1048 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() 1283 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() 1383 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
D | transaction.c | 1533 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1581 ret = btrfs_qgroup_inherit(trans, btrfs_root_id(src), dst_objectid, in qgroup_account_snapshot() 1853 ret = btrfs_qgroup_inherit(trans, btrfs_root_id(root), objectid, in create_pending_snapshot()
|
D | qgroup.c | 3169 struct btrfs_qgroup_inherit *inherit, in btrfs_qgroup_check_inherit() 3226 struct btrfs_qgroup_inherit **inherit) in qgroup_auto_inherit() 3232 struct btrfs_qgroup_inherit *res; in qgroup_auto_inherit() 3327 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 3329 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/linux-6.12.1/include/uapi/linux/ |
D | btrfs.h | 97 struct btrfs_qgroup_inherit { struct 142 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|