Searched refs:nbblks (Results 1 – 3 of 3) sorted by relevance
102 int nbblks) in xlog_get_bp() argument106 if (!xlog_buf_bbcount_valid(log, nbblks)) { in xlog_get_bp()108 nbblks); in xlog_get_bp()129 if (nbblks > 1 && log->l_sectBBsize > 1) in xlog_get_bp()130 nbblks += log->l_sectBBsize; in xlog_get_bp()131 nbblks = round_up(nbblks, log->l_sectBBsize); in xlog_get_bp()133 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, nbblks, 0); in xlog_get_bp()154 int nbblks, in xlog_align() argument159 ASSERT(offset + nbblks <= bp->b_length); in xlog_align()171 int nbblks, in xlog_bread_noalign() argument[all …]
36 unsigned int nbblks) /* basic block units */ in xfs_calc_dquots_per_chunk() argument40 ASSERT(nbblks > 0); in xfs_calc_dquots_per_chunk()41 ndquots = BBTOB(nbblks); in xfs_calc_dquots_per_chunk()
157 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);