Home
last modified time | relevance | path

Searched refs:qs_version (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Ddqblk_xfs.h166 __s8 qs_version; /* version number for future changes */ member
210 __s8 qs_version; /* version for future changes */ member
/openbmc/linux/fs/quota/
H A Dcompat.h23 __s8 qs_version; member
H A Dquota.c366 fqs->qs_version = FS_QSTAT_VERSION; in quota_getstate()
419 if (put_user(from->qs_version, &to->qs_version) || in compat_copy_fs_quota_stat()
464 fqs->qs_version = FS_QSTAT_VERSION; in quota_getstatev()
510 switch (fqs.qs_version) { in quota_getxstatev()