Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dquot_buf.c143 int ndquots; in xfs_dquot_buf_verify_crc() local
155 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify_crc()
157 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify_crc()
159 for (i = 0; i < ndquots; i++, d++) { in xfs_dquot_buf_verify_crc()
180 int ndquots; in xfs_dquot_buf_verify() local
189 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify()
191 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify()
200 for (i = 0; i < ndquots; i++) { in xfs_dquot_buf_verify()