Searched refs:ndquots (Results 1 – 1 of 1) sorted by relevance
154 int ndquots; in xfs_dquot_buf_verify_crc() local166 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify_crc()168 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify_crc()170 for (i = 0; i < ndquots; i++, d++) { in xfs_dquot_buf_verify_crc()191 int ndquots; in xfs_dquot_buf_verify() local200 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify()202 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify()211 for (i = 0; i < ndquots; i++) { in xfs_dquot_buf_verify()
Completed in 4 milliseconds