Searched refs:qs_gquota (Results 1 – 4 of 4) sorted by relevance
34 struct compat_fs_qfilestat qs_gquota; member98 if (copy_in_user(&compat_fsqstat->qs_gquota, in sys32_quotactl()99 &fsqstat->qs_gquota, in sys32_quotactl()100 sizeof(compat_fsqstat->qs_gquota)) || in sys32_quotactl()101 get_user(data, &fsqstat->qs_gquota.qfs_nextents) || in sys32_quotactl()102 put_user(data, &compat_fsqstat->qs_gquota.qfs_nextents)) in sys32_quotactl()
157 fs_qfilestat_t qs_gquota; /* group quota storage information */ member
423 out->qs_gquota.qfs_ino = NULLFSINO; in xfs_qm_scall_getqstat()431 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino; in xfs_qm_scall_getqstat()454 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks; in xfs_qm_scall_getqstat()455 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents; in xfs_qm_scall_getqstat()
1474 fqs->qs_gquota = fqs->qs_uquota; /* its the same inode in both cases */ in gfs2_quota_get_xstate()