Home
last modified time | relevance | path

Searched refs:fs_qfilestatv (Results 1 – 7 of 7) sorted by relevance

/external/ltp/include/lapi/
Dquotactl.h33 struct fs_qfilestatv { struct
45 struct fs_qfilestatv qs_uquota; argument
46 struct fs_qfilestatv qs_gquota;
47 struct fs_qfilestatv qs_pquota;
/external/kernel-headers/original/uapi/linux/
Ddqblk_xfs.h192 struct fs_qfilestatv { struct
204 struct fs_qfilestatv qs_uquota; /* user quota information */ argument
205 struct fs_qfilestatv qs_gquota; /* group quota information */
206 struct fs_qfilestatv qs_pquota; /* project quota information */
/external/strace/tests-mx32/
Dquotactl-xfs.c57 struct fs_qfilestatv { struct
69 struct fs_qfilestatv qs_uquota; /* user quota information */ argument
70 struct fs_qfilestatv qs_gquota; /* group quota information */
71 struct fs_qfilestatv qs_pquota; /* project quota information */
/external/strace/tests/
Dquotactl-xfs.c57 struct fs_qfilestatv { struct
69 struct fs_qfilestatv qs_uquota; /* user quota information */ argument
70 struct fs_qfilestatv qs_gquota; /* group quota information */
71 struct fs_qfilestatv qs_pquota; /* project quota information */
/external/strace/tests-m32/
Dquotactl-xfs.c57 struct fs_qfilestatv { struct
69 struct fs_qfilestatv qs_uquota; /* user quota information */ argument
70 struct fs_qfilestatv qs_gquota; /* group quota information */
71 struct fs_qfilestatv qs_pquota; /* project quota information */
/external/strace/
Dquota.c118 struct fs_qfilestatv { struct
128 struct fs_qfilestatv qs_uquota; argument
129 struct fs_qfilestatv qs_gquota;
130 struct fs_qfilestatv qs_pquota;
DChangeLog33016 * quota.c (fs_qfilestatv, fs_quota_statv): New structures.