Searched refs:xfs_qm_dqcheck (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_quota.h | 385 extern int xfs_qm_dqcheck(struct xfs_mount *, xfs_disk_dquot_t *,
|
D | xfs_log_recover.c | 1879 error = xfs_qm_dqcheck(mp, item->ri_buf[i].i_addr, in xlog_recover_do_reg_buffer() 1903 xfs_qm_dqcheck( in xfs_qm_dqcheck() function 2504 error = xfs_qm_dqcheck(mp, recddq, dq_f->qlf_id, 0, XFS_QMOPT_DOWARN, in xlog_recover_dquot_pass2() 2527 error = xfs_qm_dqcheck(mp, ddq, dq_f->qlf_id, 0, XFS_QMOPT_DOWARN, in xlog_recover_dquot_pass2()
|
/linux-2.6.39/fs/xfs/quota/ |
D | xfs_dquot.c | 547 error = xfs_qm_dqcheck(mp, ddq, id, dqp->dq_flags & XFS_DQ_ALLTYPES, in xfs_qm_dqtobp() 1211 error = xfs_qm_dqcheck(mp, &dqp->q_core, be32_to_cpu(ddqp->d_id), 0, in xfs_qm_dqflush()
|
D | xfs_qm.c | 1290 (void) xfs_qm_dqcheck(mp, ddq, id+j, type, XFS_QMOPT_DQREPAIR, in xfs_qm_reset_dqcounts()
|