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

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

Completed in 100 milliseconds