Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_handle.c686 void *krecords; member
716 struct xfs_getparents_rec *gpr = gpx->krecords + context->firstu; in xfs_getparents_put_listent()
766 gpr = gpx->krecords; in xfs_getparents_expand_lastrec()
768 gpr->gpr_reclen = gp->gp_bufsize - ((void *)gpr - gpx->krecords); in xfs_getparents_expand_lastrec()
796 gpx->krecords = kvzalloc(bufsize, GFP_KERNEL); in xfs_getparents()
797 if (!gpx->krecords) { in xfs_getparents()
799 gpx->krecords = kvzalloc(bufsize, GFP_KERNEL); in xfs_getparents()
800 if (!gpx->krecords) in xfs_getparents()
858 gpx->krecords, gpx->context.firstu)) in xfs_getparents()
862 kvfree(gpx->krecords); in xfs_getparents()
[all …]