Searched refs:oblocks (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 769 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc() 792 while (oblocks < nblocks) { in xfs_growfs_rt_alloc() 793 resblks = XFS_GROWFSRT_SPACE_RES(mp, nblocks - oblocks); in xfs_growfs_rt_alloc() 811 error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks, in xfs_growfs_rt_alloc() 865 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc() 767 xfs_growfs_rt_alloc( struct xfs_mount *mp, xfs_extlen_t oblocks, xfs_extlen_t nblocks, struct xfs_inode *ip) xfs_growfs_rt_alloc() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.c | 790 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc() 813 while (oblocks < nblocks) { in xfs_growfs_rt_alloc() 814 resblks = XFS_GROWFSRT_SPACE_RES(mp, nblocks - oblocks); in xfs_growfs_rt_alloc() 840 error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks, in xfs_growfs_rt_alloc() 894 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc() 788 xfs_growfs_rt_alloc( struct xfs_mount *mp, xfs_extlen_t oblocks, xfs_extlen_t nblocks, struct xfs_inode *ip) xfs_growfs_rt_alloc() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-target.c | 724 dm_block_t oblocks = cache->discard_block_size; in oblocks_per_dblock() local 727 oblocks >>= cache->sectors_per_block_shift; in oblocks_per_dblock() 729 oblocks = block_div(oblocks, cache->sectors_per_block); in oblocks_per_dblock() 731 return oblocks; in oblocks_per_dblock()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-target.c | 658 dm_block_t oblocks = cache->discard_block_size; in oblocks_per_dblock() local 661 oblocks >>= cache->sectors_per_block_shift; in oblocks_per_dblock() 663 oblocks = block_div(oblocks, cache->sectors_per_block); in oblocks_per_dblock() 665 return oblocks; in oblocks_per_dblock()
|
Completed in 13 milliseconds