Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_handle.c770 gpr->gpr_reclen = gp->gp_bufsize - ((void *)gpr - gpx->krecords); in xfs_getparents_expand_lastrec()
787 if (gp->gp_bufsize > XFS_XATTR_LIST_MAX) in xfs_getparents()
789 if (gp->gp_bufsize < xfs_getparents_rec_sizeof(1)) in xfs_getparents()
797 bufsize = round_down(gp->gp_bufsize, sizeof(uint64_t)); in xfs_getparents()
856 ASSERT(gpx->context.firstu <= gpx->gph.gph_request.gp_bufsize); in xfs_getparents()
Dxfs_trace.h5261 __entry->bufsize = ppi->gp_bufsize;
5305 __entry->bufsize = ppi->gp_bufsize;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h915 __u32 gp_bufsize; member
935 void *end = (void *)(uintptr_t)(gp->gp_buffer + gp->gp_bufsize); in xfs_getparents_next_rec()