Home
last modified time | relevance | path

Searched defs:nrblocks (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rtalloc.c800 xfs_growfs_rt_nrblocks(struct xfs_rtgroup * rtg,xfs_rfsblock_t nrblocks,xfs_agblock_t rextsize,xfs_fileoff_t bmbno) xfs_growfs_rt_nrblocks() argument
891 xfs_growfs_rt_zoned(struct xfs_rtgroup * rtg,xfs_rfsblock_t nrblocks) xfs_growfs_rt_zoned() argument
942 xfs_growfs_rt_bmblock(struct xfs_rtgroup * rtg,xfs_rfsblock_t nrblocks,xfs_agblock_t rextsize,xfs_fileoff_t bmbno) xfs_growfs_rt_bmblock() argument
1114 xfs_growfs_rt_alloc_blocks(struct xfs_rtgroup * rtg,xfs_rfsblock_t nrblocks,xfs_agblock_t rextsize,xfs_extlen_t * nrbmblocks) xfs_growfs_rt_alloc_blocks() argument
1171 xfs_growfs_rtg(struct xfs_mount * mp,xfs_rgnumber_t rgno,xfs_rfsblock_t nrblocks,xfs_agblock_t rextsize) xfs_growfs_rtg() argument
[all...]
/linux/fs/ext4/
H A Dindirect.c679 int ext4_ind_trans_blocks(struct inode *inode, int nrblocks) in ext4_ind_trans_blocks()
H A Dextents.c2364 int ext4_ext_calc_credits_for_single_extent(struct inode *inode, int nrblocks, in ext4_ext_calc_credits_for_single_extent()
/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c1133 int i, j, chips, block, nrblocks, update; in mark_bbt_region() local