Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_dquot_buf.c154 int ndquots; in xfs_dquot_buf_verify_crc() local
166 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() local
200 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