Home
last modified time | relevance | path

Searched refs:oblocks (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/xfs/
Dxfs_rtalloc.c769 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc() argument
792 while (oblocks < nblocks) { in xfs_growfs_rt_alloc()
793 resblks = XFS_GROWFSRT_SPACE_RES(mp, nblocks - oblocks); in xfs_growfs_rt_alloc()
819 error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks, in xfs_growfs_rt_alloc()
873 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc()
/linux-5.19.10/drivers/md/
Ddm-cache-target.c654 dm_block_t oblocks = cache->discard_block_size; in oblocks_per_dblock() local
657 oblocks >>= cache->sectors_per_block_shift; in oblocks_per_dblock()
659 oblocks = block_div(oblocks, cache->sectors_per_block); in oblocks_per_dblock()
661 return oblocks; in oblocks_per_dblock()