Searched refs:howmany (Results 1 – 8 of 8) sorted by relevance
| /fs/xfs/ |
| A D | xfs_bio_io.c | 9 return bio_max_segs(howmany(count, PAGE_SIZE)); in bio_max_vecs()
|
| A D | xfs_linux.h | 138 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| A D | xfs_log.c | 1448 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log() 1647 howmany(count, PAGE_SIZE), in xlog_write_iclog() 3180 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res() 3187 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
|
| A D | xfs_dir2_readdir.c | 295 ra_want = howmany(bufsize + geo->blksize, (1 << geo->fsblog)); in xfs_dir2_leaf_readbuf()
|
| A D | xfs_buf.c | 114 mm_account_reclaimed_pages(howmany(size, PAGE_SHIFT)); in xfs_buf_free()
|
| /fs/xfs/libxfs/ |
| A D | xfs_attr_remote.c | 70 return howmany(attrlen, xfs_attr3_rmt_buf_space(mp)); in xfs_attr3_rmt_blocks()
|
| A D | xfs_sb.c | 622 sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) || in xfs_validate_sb_common()
|
| A D | xfs_ialloc.c | 3103 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()
|
Completed in 28 milliseconds