Home
last modified time | relevance | path

Searched refs:qs_gquota (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/quota/
Dcompat.c34 struct compat_fs_qfilestat qs_gquota; member
98 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()
/linux-2.6.39/include/linux/
Ddqblk_xfs.h157 fs_qfilestat_t qs_gquota; /* group quota storage information */ member
/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_syscalls.c423 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()
/linux-2.6.39/fs/gfs2/
Dquota.c1474 fqs->qs_gquota = fqs->qs_uquota; /* its the same inode in both cases */ in gfs2_quota_get_xstate()