Searched refs:btrfs_qgroup_inherit (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.h | 346 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 347 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
H A D | transaction.h | 156 struct btrfs_qgroup_inherit *inherit;
|
H A D | ioctl.c | 580 struct btrfs_qgroup_inherit *inherit) in create_subvol() 639 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol() 793 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 969 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 1024 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() 1828 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() 1923 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
H A D | transaction.c | 1426 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1462 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid, in qgroup_account_snapshot() 1547 * accounted by later btrfs_qgroup_inherit(). in create_pending_snapshot()
|
H A D | qgroup.c | 2848 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 2849 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.h | 361 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, 362 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
H A D | transaction.h | 161 struct btrfs_qgroup_inherit *inherit;
|
H A D | ioctl.c | 560 static unsigned int create_subvol_num_items(struct btrfs_qgroup_inherit *inherit) in create_subvol_num_items() 585 struct btrfs_qgroup_inherit *inherit) in create_subvol() 655 ret = btrfs_qgroup_inherit(trans, 0, objectid, inherit); in create_subvol() 777 struct btrfs_qgroup_inherit *inherit) in create_snapshot() 962 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() 1018 struct btrfs_qgroup_inherit *inherit) in btrfs_mksnapshot() 1250 struct btrfs_qgroup_inherit *inherit) in __btrfs_ioctl_snap_create() 1347 struct btrfs_qgroup_inherit *inherit = NULL; in btrfs_ioctl_snap_create_v2()
|
H A D | transaction.c | 1533 struct btrfs_qgroup_inherit *inherit, in qgroup_account_snapshot() 1558 * btrfs_qgroup_inherit relies on a consistent view of the usage for the in qgroup_account_snapshot() 1582 ret = btrfs_qgroup_inherit(trans, src->root_key.objectid, dst_objectid, in qgroup_account_snapshot() 1679 * accounted by later btrfs_qgroup_inherit(). in create_pending_snapshot()
|
H A D | qgroup.c | 2931 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function 2932 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs.h | 86 * struct btrfs_qgroup_inherit.flags 90 struct btrfs_qgroup_inherit { struct 135 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 56 struct btrfs_qgroup_inherit { struct 78 struct btrfs_qgroup_inherit __user * qgroup_inherit;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 56 struct btrfs_qgroup_inherit { struct 78 struct btrfs_qgroup_inherit __user * qgroup_inherit;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 46 struct btrfs_qgroup_inherit { struct 65 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 92 * struct btrfs_qgroup_inherit.flags 96 struct btrfs_qgroup_inherit { struct 141 struct btrfs_qgroup_inherit __user *qgroup_inherit;
|
Completed in 38 milliseconds