Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c715 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_put_listent()
762 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_expand_lastrec()
775 xfs_getparents( in xfs_getparents() function
778 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents()
871 struct xfs_getparents __user *ureq) in xfs_ioc_getparents()
876 struct xfs_getparents *kreq = &gpx.gph.gph_request; in xfs_ioc_getparents()
887 error = xfs_getparents(&gpx); in xfs_ioc_getparents()
934 error = xfs_getparents(&gpx); in xfs_ioc_getparents_by_handle()
H A Dxfs_trace.h97 struct xfs_getparents;
5417 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi,
5453 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, \
5461 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi,
5499 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, \
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h935 struct xfs_getparents { struct
960 xfs_getparents_first_rec(struct xfs_getparents *gp) in xfs_getparents_first_rec() argument
966 xfs_getparents_next_rec(struct xfs_getparents *gp, in xfs_getparents_next_rec()
983 struct xfs_getparents gph_request;
1038 #define XFS_IOC_GETPARENTS _IOWR('X', 62, struct xfs_getparents)
H A Dxfs_ondisk.h192 XFS_CHECK_STRUCT_SIZE(struct xfs_getparents, 40); in xfs_check_ondisk_structs()