Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dquot_buf.c147 int ndquots; in xfs_dquot_buf_verify_crc() local
159 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify_crc()
161 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify_crc()
163 for (i = 0; i < ndquots; i++, d++) { in xfs_dquot_buf_verify_crc()
184 int ndquots; in xfs_dquot_buf_verify() local
193 ndquots = mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_buf_verify()
195 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); in xfs_dquot_buf_verify()
204 for (i = 0; i < ndquots; i++) { in xfs_dquot_buf_verify()