1 // SPDX-License-Identifier: GPL-2.0 1 2 #include <linux/compat.h> 3 4 struct compat_if_dqblk { 5 compat_u64 dqb_bh 6 compat_u64 dqb_bs 7 compat_u64 dqb_cu 8 compat_u64 dqb_ih 9 compat_u64 dqb_is 10 compat_u64 dqb_cu 11 compat_u64 dqb_bt 12 compat_u64 dqb_it 13 compat_uint_t dqb_va 14 }; 15 16 struct compat_fs_qfilestat { 17 compat_u64 dqb_bh 18 compat_u64 qfs_nb 19 compat_uint_t qfs_ne 20 }; 21 22 struct compat_fs_quota_stat { 23 __s8 qs_ver 24 __u16 qs_fla 25 __s8 qs_pad 26 struct compat_fs_qfilestat qs_uqu 27 struct compat_fs_qfilestat qs_gqu 28 compat_uint_t qs_inc 29 compat_int_t qs_bti 30 compat_int_t qs_iti 31 compat_int_t qs_rtb 32 __u16 qs_bwa 33 __u16 qs_iwa 34 }; 35
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.