Searched refs:xfs_dqcheck (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 51 xfs_dqcheck( in xfs_dqcheck() function 244 error = xfs_dqcheck(mp, ddq, id + i, 0, warn, __func__); in xfs_dquot_buf_verify()
|
D | xfs_quota_defs.h | 155 extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dquot.c | 437 error = xfs_dqcheck(mp, ddq, firstid + i, in xfs_qm_dqrepair() 988 error = xfs_dqcheck(mp, &dqp->q_core, be32_to_cpu(ddqp->d_id), 0, in xfs_qm_dqflush()
|
D | xfs_qm.c | 842 xfs_dqcheck(mp, ddq, id+j, type, XFS_QMOPT_DQREPAIR, in xfs_qm_reset_dqcounts()
|
D | xfs_log_recover.c | 2222 error = xfs_dqcheck(mp, item->ri_buf[i].i_addr, in xlog_recover_do_reg_buffer() 2873 error = xfs_dqcheck(mp, recddq, dq_f->qlf_id, 0, XFS_QMOPT_DOWARN, in xlog_recover_dquot_pass2()
|