Searched refs:btrfs_qgroup_inherit (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/fs/btrfs/ |
D | qgroup.h | 371 struct btrfs_qgroup_inherit *inherit, 373 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 375 struct btrfs_qgroup_inherit *inherit);
|
D | transaction.h | 185 struct btrfs_qgroup_inherit *inherit;
|
D | ioctl.c | 478 static unsigned int create_subvol_num_items(struct btrfs_qgroup_inherit *inherit) in create_subvol_num_items() 503 struct btrfs_qgroup_inherit *inherit) in create_subvol() 574 ret = btrfs_qgroup_inherit(trans, 0, objectid, btrfs_root_id(root), inherit); in create_subvol() 704 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 902 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 958 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() 1190 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() 1289 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
D | transaction.c | 1538 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1586 ret = btrfs_qgroup_inherit(trans, btrfs_root_id(src), dst_objectid, in qgroup_account_snapshot() 1858 ret = btrfs_qgroup_inherit(trans, btrfs_root_id(root), objectid, in create_pending_snapshot()
|
D | qgroup.c | 3157 struct btrfs_qgroup_inherit *inherit, in btrfs_qgroup_check_inherit() 3214 struct btrfs_qgroup_inherit **inherit) in qgroup_auto_inherit() 3220 struct btrfs_qgroup_inherit *res; in qgroup_auto_inherit() 3315 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 3317 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/linux-6.14.4/include/uapi/linux/ |
D | btrfs.h | 97 struct btrfs_qgroup_inherit { struct 142 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|