Searched refs:highest_rgbno (Results 1 – 2 of 2) sorted by relevance
995 xfs_rgblock_t highest_rgbno; in xfs_query_write_pointer() local1024 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()
419 xfs_rgblock_t highest_rgbno; in xfs_ioc_rtgroup_geometry() local445 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()