Searched refs:krecords (Results 1 – 1 of 1) sorted by relevance
664 void *krecords; member694 struct xfs_getparents_rec *gpr = gpx->krecords + context->firstu; in xfs_getparents_put_listent()744 gpr = gpx->krecords; in xfs_getparents_expand_lastrec()746 gpr->gpr_reclen = gp->gp_bufsize - ((void *)gpr - gpx->krecords); in xfs_getparents_expand_lastrec()774 gpx->krecords = kvzalloc(bufsize, GFP_KERNEL); in xfs_getparents()775 if (!gpx->krecords) { in xfs_getparents()777 gpx->krecords = kvzalloc(bufsize, GFP_KERNEL); in xfs_getparents()778 if (!gpx->krecords) in xfs_getparents()836 gpx->krecords, gpx->context.firstu)) in xfs_getparents()840 kvfree(gpx->krecords); in xfs_getparents()[all …]