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.c1044 xfs_rgblock_t highest_rgbno; in xfs_query_write_pointer() local
1073 highest_rgbno = xfs_rtrmap_highest_rgbno(rtg); in xfs_query_write_pointer()
1076 if (highest_rgbno == NULLRGBLOCK) in xfs_query_write_pointer()
1079 *write_pointer = highest_rgbno + 1; in xfs_query_write_pointer()
H A Dxfs_ioctl.c421 xfs_rgblock_t highest_rgbno = xfs_rtrmap_highest_rgbno(rtg); in xfs_rtgroup_report_write_pointer() local
423 if (highest_rgbno == NULLRGBLOCK) in xfs_rtgroup_report_write_pointer()
426 rgeo->rg_writepointer = highest_rgbno + 1; in xfs_rtgroup_report_write_pointer()