Searched refs:xfs_getparents (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_handle.c | 717 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_put_listent() 764 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_expand_lastrec() 777 xfs_getparents( in xfs_getparents() function 780 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents() 873 struct xfs_getparents __user *ureq) in xfs_ioc_getparents() 878 struct xfs_getparents *kreq = &gpx.gph.gph_request; in xfs_ioc_getparents() 889 error = xfs_getparents(&gpx); in xfs_ioc_getparents() 936 error = xfs_getparents(&gpx); in xfs_ioc_getparents_by_handle()
|
| A D | xfs_handle.h | 29 int xfs_ioc_getparents(struct file *file, struct xfs_getparents __user *arg);
|
| A D | xfs_trace.h | 90 struct xfs_getparents; 5242 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, 5278 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, \ 5286 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, 5324 TP_PROTO(struct xfs_inode *ip, const struct xfs_getparents *ppi, \
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_fs.h | 900 struct xfs_getparents { struct 925 xfs_getparents_first_rec(struct xfs_getparents *gp) in xfs_getparents_first_rec() argument 931 xfs_getparents_next_rec(struct xfs_getparents *gp, in xfs_getparents_next_rec() 948 struct xfs_getparents gph_request; 986 #define XFS_IOC_GETPARENTS _IOWR('X', 62, struct xfs_getparents)
|
| A D | xfs_ondisk.h | 162 XFS_CHECK_STRUCT_SIZE(struct xfs_getparents, 40); in xfs_check_ondisk_structs()
|
Completed in 18 milliseconds