Home
last modified time | relevance | path

Searched refs:nrblocks (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.c914 xfs_rfsblock_t nrblocks; /* new number of realtime blocks */ in xfs_growfs_rt() local
960 nrblocks = in->newblocks; in xfs_growfs_rt()
961 error = xfs_sb_validate_fsb_count(sbp, nrblocks); in xfs_growfs_rt()
968 XFS_FSB_TO_BB(mp, nrblocks - 1), in xfs_growfs_rt()
977 nrextents = nrblocks; in xfs_growfs_rt()
1038 nsbp->sb_rblocks = min(nrblocks, nrblocks_step); in xfs_growfs_rt()
/fs/gfs2/
Daops.c215 unsigned nrblocks = nr_pages * (PAGE_SIZE >> inode->i_blkbits); in gfs2_write_jdata_pagevec() local
219 ret = gfs2_trans_begin(sdp, nrblocks, nrblocks); in gfs2_write_jdata_pagevec()
/fs/ext4/
Dindirect.c686 int ext4_ind_trans_blocks(struct inode *inode, int nrblocks) in ext4_ind_trans_blocks() argument
693 return DIV_ROUND_UP(nrblocks, EXT4_ADDR_PER_BLOCK(inode->i_sb)) + 4; in ext4_ind_trans_blocks()
Dext4.h3009 extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks);
3024 extern int ext4_ind_trans_blocks(struct inode *inode, int nrblocks);
Dextents.c2333 int ext4_ext_calc_credits_for_single_extent(struct inode *inode, int nrblocks, in ext4_ext_calc_credits_for_single_extent() argument
2358 return ext4_chunk_trans_blocks(inode, nrblocks); in ext4_ext_calc_credits_for_single_extent()
Dinode.c5817 int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks) in ext4_chunk_trans_blocks() argument
5819 return ext4_meta_trans_blocks(inode, nrblocks, 1); in ext4_chunk_trans_blocks()