Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_recover.c82 int nbblks) in xlog_alloc_buffer() argument
90 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() argument
139 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() argument
172 int nbblks, in xlog_bread() argument
188 int nbblks, in xlog_bwrite() argument
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_dquot_buf.c22 unsigned int nbblks) /* basic block units */ in xfs_calc_dquots_per_chunk() argument
24 ASSERT(nbblks > 0); in xfs_calc_dquots_per_chunk()
25 return BBTOB(nbblks) / sizeof(struct xfs_dqblk); in xfs_calc_dquots_per_chunk()
A Dxfs_quota_defs.h121 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);

Completed in 11 milliseconds