Home
last modified time | relevance | path

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

/linux-2.6.39/fs/quota/
Dcompat.c35 compat_uint_t qs_incoredqs; member
105 if (copy_in_user(&compat_fsqstat->qs_incoredqs, in sys32_quotactl()
106 &fsqstat->qs_incoredqs, in sys32_quotactl()
108 offsetof(struct compat_fs_quota_stat, qs_incoredqs)) || in sys32_quotactl()
/linux-2.6.39/include/linux/
Ddqblk_xfs.h158 __u32 qs_incoredqs; /* number of dquots incore */ member
/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_syscalls.c460 out->qs_incoredqs = q->qi_dquots; in xfs_qm_scall_getqstat()
/linux-2.6.39/fs/gfs2/
Dquota.c1475 fqs->qs_incoredqs = atomic_read(&qd_lru_count); in gfs2_quota_get_xstate()