Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_alloc.c995 xfs_rgblock_t highest_rgbno; in xfs_query_write_pointer() local
1024 highest_rgbno = xfs_rtrmap_highest_rgbno(rtg); in xfs_query_write_pointer()
1027 if (highest_rgbno == NULLRGBLOCK) in xfs_query_write_pointer()
1030 *write_pointer = highest_rgbno + 1; in xfs_query_write_pointer()
H A Dxfs_ioctl.c419 xfs_rgblock_t highest_rgbno; in xfs_ioc_rtgroup_geometry() local
445 highest_rgbno = xfs_rtrmap_highest_rgbno(rtg); in xfs_ioc_rtgroup_geometry()
446 if (highest_rgbno == NULLRGBLOCK) in xfs_ioc_rtgroup_geometry()
449 rgeo.rg_writepointer = highest_rgbno + 1; in xfs_ioc_rtgroup_geometry()