Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c689 struct xfs_getparents_ctx *gpx = in xfs_getparents_put_listent() local
693 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_put_listent()
694 struct xfs_getparents_rec *gpr = gpx->krecords + context->firstu; in xfs_getparents_put_listent()
731 gpx->count++; in xfs_getparents_put_listent()
732 gpx->lastrec = gpr; in xfs_getparents_put_listent()
738 struct xfs_getparents_ctx *gpx) in xfs_getparents_expand_lastrec() argument
740 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_expand_lastrec()
741 struct xfs_getparents_rec *gpr = gpx->lastrec; in xfs_getparents_expand_lastrec()
743 if (!gpx->lastrec) in xfs_getparents_expand_lastrec()
744 gpr = gpx->krecords; in xfs_getparents_expand_lastrec()
[all …]