Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dquot_buf.c151 int ndquots; in xfs_dquot_buf_verify_crc() local
163 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify_crc()
165 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify_crc()
167 for (i = 0; i < ndquots; i++, d++) { in xfs_dquot_buf_verify_crc()
188 int ndquots; in xfs_dquot_buf_verify() local
197 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify()
199 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify()
208 for (i = 0; i < ndquots; i++) { in xfs_dquot_buf_verify()