Home
last modified time | relevance | path

Searched refs:howmany (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
A Dxfs_bio_io.c9 return bio_max_segs(howmany(count, PAGE_SIZE)); in bio_max_vecs()
A Dxfs_linux.h138 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
A Dxfs_log.c1448 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 Dxfs_dir2_readdir.c295 ra_want = howmany(bufsize + geo->blksize, (1 << geo->fsblog)); in xfs_dir2_leaf_readbuf()
A Dxfs_buf.c114 mm_account_reclaimed_pages(howmany(size, PAGE_SHIFT)); in xfs_buf_free()
/fs/xfs/libxfs/
A Dxfs_attr_remote.c70 return howmany(attrlen, xfs_attr3_rmt_buf_space(mp)); in xfs_attr3_rmt_blocks()
A Dxfs_sb.c622 sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) || in xfs_validate_sb_common()
A Dxfs_ialloc.c3103 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()

Completed in 28 milliseconds