Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c768 gpr->gpr_reclen = gp->gp_bufsize - ((void *)gpr - gpx->krecords); in xfs_getparents_expand_lastrec()
785 if (gp->gp_bufsize > XFS_XATTR_LIST_MAX) in xfs_getparents()
787 if (gp->gp_bufsize < xfs_getparents_rec_sizeof(1)) in xfs_getparents()
795 bufsize = round_down(gp->gp_bufsize, sizeof(uint64_t)); in xfs_getparents()
854 ASSERT(gpx->context.firstu <= gpx->gph.gph_request.gp_bufsize); in xfs_getparents()
H A Dxfs_trace.h5436 __entry->bufsize = ppi->gp_bufsize;
5480 __entry->bufsize = ppi->gp_bufsize;
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h950 __u32 gp_bufsize; member
970 void *end = (void *)(uintptr_t)(gp->gp_buffer + gp->gp_bufsize); in xfs_getparents_next_rec()