Searched refs:nbblks (Results 1 – 3 of 3) sorted by relevance
82 int nbblks) in xlog_alloc_buffer() argument90 nbblks); in xlog_alloc_buffer()110 nbblks = round_up(nbblks, log->l_sectBBsize); in xlog_alloc_buffer()130 unsigned int nbblks, in xlog_do_io() argument139 blk_no, nbblks); in xlog_do_io()144 nbblks = round_up(nbblks, log->l_sectBBsize); in xlog_do_io()145 ASSERT(nbblks > 0); in xlog_do_io()162 int nbblks, in xlog_bread_noalign() argument172 int nbblks, in xlog_bread() argument188 int nbblks, in xlog_bwrite() argument[all …]
22 unsigned int nbblks) /* basic block units */ in xfs_calc_dquots_per_chunk() argument24 ASSERT(nbblks > 0); in xfs_calc_dquots_per_chunk()25 return BBTOB(nbblks) / sizeof(struct xfs_dqblk); in xfs_calc_dquots_per_chunk()
121 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);
Completed in 11 milliseconds