Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs.h85 struct btrfs_qgroup_inherit { struct
86 __u64 flags;
87 __u64 num_qgroups;
88 __u64 num_ref_copies;
89 __u64 num_excl_copies;
90 struct btrfs_qgroup_limit lim;
91 __u64 qgroups[0];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs.h85 struct btrfs_qgroup_inherit { struct
86 __u64 flags;
87 __u64 num_qgroups;
88 __u64 num_ref_copies;
89 __u64 num_excl_copies;
90 struct btrfs_qgroup_limit lim;
91 __u64 qgroups[0];
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dqgroup.c2811 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function