Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_group.h73 struct xfs_group *xfs_group_next_range(struct xfs_mount *mp,
H A Dxfs_group.c99 xfs_group_next_range( in xfs_group_next_range() function
H A Dxfs_ag.h190 return to_perag(xfs_group_next_range(mp, pag ? pag_group(pag) : NULL, in xfs_perag_next_range()
H A Dxfs_rtgroup.h158 return to_rtg(xfs_group_next_range(mp, rtg ? rtg_group(rtg) : NULL, in xfs_rtgroup_next_range()
/linux-6.15/fs/xfs/
H A Dxfs_notify_failure.c289 while ((xg = xfs_group_next_range(mp, xg, start_gno, end_gno, type))) { in xfs_dax_notify_dev_failure()