Searched refs:nbblks (Results 1 – 3 of 3) sorted by relevance
75 int nbblks) in xlog_alloc_buffer() argument83 nbblks); in xlog_alloc_buffer()103 nbblks = round_up(nbblks, log->l_sectBBsize); in xlog_alloc_buffer()123 unsigned int nbblks, in xlog_do_io() argument132 blk_no, nbblks); in xlog_do_io()137 nbblks = round_up(nbblks, log->l_sectBBsize); in xlog_do_io()138 ASSERT(nbblks > 0); in xlog_do_io()155 int nbblks, in xlog_bread_noalign() argument165 int nbblks, in xlog_bread() argument181 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()
137 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);
Completed in 14 milliseconds