Home
last modified time | relevance | path

Searched defs:btrfs_qgroup_inherit (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs.h56 struct btrfs_qgroup_inherit { struct
78 struct btrfs_qgroup_inherit __user * qgroup_inherit; argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtrfs.h46 struct btrfs_qgroup_inherit { struct
65 struct btrfs_qgroup_inherit __user *qgroup_inherit; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs.h90 struct btrfs_qgroup_inherit { struct
91 __u64 flags;
92 __u64 num_qgroups;
93 __u64 num_ref_copies;
94 __u64 num_excl_copies;
95 struct btrfs_qgroup_limit lim;
96 __u64 qgroups[0];
/kernel/linux/linux-5.10/fs/btrfs/
Dqgroup.c2775 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function