Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c114 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc() argument
136 while (oblocks < nblocks) { in xfs_growfs_rt_alloc()
138 resblks = XFS_GROWFSRT_SPACE_RES(mp, nblocks - oblocks); in xfs_growfs_rt_alloc()
160 error = xfs_bmapi(tp, ip, oblocks, nblocks - oblocks, in xfs_growfs_rt_alloc()
215 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc()