Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_recover.c75 int nbblks) in xlog_alloc_buffer() argument
83 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() argument
132 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() argument
165 int nbblks, in xlog_bread() argument
181 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.h137 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);

Completed in 14 milliseconds