OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_quota_statv
(Results
1 - 6
of
6
) sorted by null
/external/strace/tests/
quotactl-xfs.c
64
struct
fs_quota_statv
{
struct
166
struct
fs_quota_statv
*qs = ptr;
213
TAIL_ALLOC_OBJECT_CONST_PTR(struct
fs_quota_statv
, xqstatv);
/external/strace/tests-m32/
quotactl-xfs.c
64
struct
fs_quota_statv
{
struct
166
struct
fs_quota_statv
*qs = ptr;
213
TAIL_ALLOC_OBJECT_CONST_PTR(struct
fs_quota_statv
, xqstatv);
/external/strace/tests-mx32/
quotactl-xfs.c
64
struct
fs_quota_statv
{
struct
166
struct
fs_quota_statv
*qs = ptr;
213
TAIL_ALLOC_OBJECT_CONST_PTR(struct
fs_quota_statv
, xqstatv);
/external/strace/
quota.c
123
struct
fs_quota_statv
{
struct
346
struct
fs_quota_statv
dq;
/bionic/libc/kernel/uapi/linux/
dqblk_xfs.h
116
struct
fs_quota_statv
{
struct
/external/kernel-headers/original/uapi/linux/
dqblk_xfs.h
170
*
fs_quota_statv
is used by Q_XGETQSTATV for a given file system. It provides
180
*
fs_quota_statv
.qs_version to determine the return data layout of
181
*
fs_quota_statv
. The kernel will fill the data fields relevant to that
188
#define FS_QSTATV_VERSION1 1 /*
fs_quota_statv
.qs_version */
199
struct
fs_quota_statv
{
struct
Completed in 367 milliseconds