Searched refs:q_mount (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_dquot.h | 85 struct xfs_mount*q_mount; /* filesystem this relates to */ member 170 #define XFS_DQ_TO_QINF(dqp) ((dqp)->q_mount->m_quotainfo) 176 (XFS_IS_UQUOTA_ON((d)->q_mount)) : \ 177 (XFS_IS_GQUOTA_ON((d)->q_mount))))
|
D | xfs_dquot.c | 116 dqp->q_mount = mp; in xfs_qm_dqinit() 589 mp = dqp->q_mount; in xfs_qm_dqtobp() 861 if (INT_GET(dqp->q_core.d_id, ARCH_CONVERT) == id && dqp->q_mount == mp) { in xfs_qm_dqlookup() 1290 if (XFS_FORCED_SHUTDOWN(dqp->q_mount)) { in xfs_qm_dqflush() 1313 xfs_force_shutdown(dqp->q_mount, XFS_CORRUPT_INCORE); in xfs_qm_dqflush() 1324 mp = dqp->q_mount; in xfs_qm_dqflush() 1390 AIL_LOCK(dqp->q_mount, s); in xfs_qm_dqflush_done() 1395 xfs_trans_delete_ail(dqp->q_mount, in xfs_qm_dqflush_done() 1398 AIL_UNLOCK(dqp->q_mount, s); in xfs_qm_dqflush_done() 1499 mp = dqp->q_mount; in xfs_qm_dqpurge() [all …]
|
D | xfs_qm_syscalls.c | 1139 xfs_mount_t *q_mount; /* filesystem this relates to */ member 1164 cmn_err(CE_DEBUG, "---- fs = 0x%p", d->q_mount); in xfs_qm_dqtest_print() 1218 d->d_id, DQFLAGTO_TYPESTR(d), d->q_mount); in xfs_dqtest_cmp2() 1229 d->d_id, DQFLAGTO_TYPESTR(d), d->q_mount); in xfs_dqtest_cmp2() 1236 d->d_id, XFS_QM_ISUDQ(d) ? "USR" : "GRP", d->q_mount); in xfs_dqtest_cmp2() 1250 if ((error = xfs_qm_dqget(d->q_mount, NULL, d->d_id, d->dq_flags, 0, in xfs_dqtest_cmp() 1273 if (d->d_id == id && mp == d->q_mount) { in xfs_qm_internalqcheck_dqget() 1281 d->q_mount = mp; in xfs_qm_internalqcheck_dqget()
|
D | xfs_dquot_item.c | 221 xfs_log_force(dqp->q_mount, (xfs_lsn_t)0, XFS_LOG_FORCE); in xfs_qm_dqunpin_wait() 272 mp = dqp->q_mount; in xfs_qm_dquot_logitem_pushbuf() 467 lp->qli_item.li_mountp = dqp->q_mount; in xfs_qm_dquot_logitem_init()
|
D | xfs_qm.c | 269 ASSERT(dqp->q_mount == NULL); in xfs_qm_rele_quotafs_ref() 1712 xfs_qm_adjust_dqlimits(dqp->q_mount, &dqp->q_core); in xfs_qm_quotacheck_dqadjust() 1713 xfs_qm_adjust_dqtimers(dqp->q_mount, &dqp->q_core); in xfs_qm_quotacheck_dqadjust() 2118 ASSERT(dqp->q_mount == NULL); in xfs_qm_shake_freelist() 2175 if (! xfs_qm_mplist_nowait(dqp->q_mount)) { in xfs_qm_shake_freelist() 2192 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_shake_freelist() 2195 xfs_qm_mplist_unlock(dqp->q_mount); in xfs_qm_shake_freelist() 2287 ASSERT(dqp->q_mount == NULL); in xfs_qm_dqreclaim_one() 2327 if (! xfs_qm_mplist_nowait(dqp->q_mount)) { in xfs_qm_dqreclaim_one() 2338 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_dqreclaim_one() [all …]
|
D | xfs_trans_dquot.c | 673 XFS_IS_QUOTA_ENFORCED(dqp->q_mount)) { in xfs_trans_dqresv() 699 XFS_QI_BWARNLIMIT(dqp->q_mount))) { in xfs_trans_dqresv() 726 XFS_QI_IWARNLIMIT(dqp->q_mount))) { in xfs_trans_dqresv()
|
D | xfs_quota_priv.h | 169 XFS_QI_MPLRECLAIMS((dqp)->q_mount)++; }
|