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

/linux-master/fs/quota/
H A Dcompat.h23 __s8 qs_version; member in struct:compat_fs_quota_stat
H A Dquota.c366 fqs->qs_version = FS_QSTAT_VERSION;
419 if (put_user(from->qs_version, &to->qs_version) ||
464 fqs->qs_version = FS_QSTAT_VERSION;
506 if (copy_from_user(&fqs, addr, 1)) /* Just read qs_version */
510 switch (fqs.qs_version) {
/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h154 #define FS_QSTAT_VERSION 1 /* fs_quota_stat.qs_version */
166 __s8 qs_version; /* version number for future changes */ member in struct:fs_quota_stat
190 * fs_quota_statv.qs_version to determine the return data layout of
198 #define FS_QSTATV_VERSION1 1 /* fs_quota_statv.qs_version */
210 __s8 qs_version; /* version for future changes */ member in struct:fs_quota_statv

Completed in 92 milliseconds