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.c746 gpr->gpr_reclen = gp->gp_bufsize - ((void *)gpr - gpx->krecords); in xfs_getparents_expand_lastrec()
763 if (gp->gp_bufsize > XFS_XATTR_LIST_MAX) in xfs_getparents()
765 if (gp->gp_bufsize < xfs_getparents_rec_sizeof(1)) in xfs_getparents()
773 bufsize = round_down(gp->gp_bufsize, sizeof(uint64_t)); in xfs_getparents()
832 ASSERT(gpx->context.firstu <= gpx->gph.gph_request.gp_bufsize); in xfs_getparents()
H A Dxfs_trace.h5663 __entry->bufsize = ppi->gp_bufsize;
5707 __entry->bufsize = ppi->gp_bufsize;
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h953 __u32 gp_bufsize; member
973 void *end = (void *)(uintptr_t)(gp->gp_buffer + gp->gp_bufsize); in xfs_getparents_next_rec()