OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_qfilestatv
(Results
1 - 6
of
6
) sorted by null
/external/strace/tests/
quotactl-xfs.c
57
struct
fs_qfilestatv
{
struct
69
struct
fs_qfilestatv
qs_uquota; /* user quota information */
70
struct
fs_qfilestatv
qs_gquota; /* group quota information */
71
struct
fs_qfilestatv
qs_pquota; /* project quota information */
/external/strace/tests-m32/
quotactl-xfs.c
57
struct
fs_qfilestatv
{
struct
69
struct
fs_qfilestatv
qs_uquota; /* user quota information */
70
struct
fs_qfilestatv
qs_gquota; /* group quota information */
71
struct
fs_qfilestatv
qs_pquota; /* project quota information */
/external/strace/tests-mx32/
quotactl-xfs.c
57
struct
fs_qfilestatv
{
struct
69
struct
fs_qfilestatv
qs_uquota; /* user quota information */
70
struct
fs_qfilestatv
qs_gquota; /* group quota information */
71
struct
fs_qfilestatv
qs_pquota; /* project quota information */
/external/strace/
quota.c
118
struct
fs_qfilestatv
{
struct
128
struct
fs_qfilestatv
qs_uquota;
129
struct
fs_qfilestatv
qs_gquota;
130
struct
fs_qfilestatv
qs_pquota;
/bionic/libc/kernel/uapi/linux/
dqblk_xfs.h
110
struct
fs_qfilestatv
{
struct
121
struct
fs_qfilestatv
qs_uquota;
122
struct
fs_qfilestatv
qs_gquota;
123
struct
fs_qfilestatv
qs_pquota;
/external/kernel-headers/original/uapi/linux/
dqblk_xfs.h
192
struct
fs_qfilestatv
{
struct
204
struct
fs_qfilestatv
qs_uquota; /* user quota information */
205
struct
fs_qfilestatv
qs_gquota; /* group quota information */
206
struct
fs_qfilestatv
qs_pquota; /* project quota information */
Completed in 294 milliseconds