Searched refs:xfs_fsop_handlereq (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_handle.h | 14 int xfs_find_handle(unsigned int cmd, struct xfs_fsop_handlereq *hreq); 15 int xfs_open_by_handle(struct file *parfilp, struct xfs_fsop_handlereq *hreq); 17 struct xfs_fsop_handlereq *hreq);
|
| A D | xfs_ioctl32.c | 489 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() 493 cmd = _NATIVE_IOC(cmd, struct xfs_fsop_handlereq); in xfs_file_compat_ioctl() 497 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() 504 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_fs.h | 560 typedef struct xfs_fsop_handlereq { struct 611 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 631 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 997 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 998 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 999 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 1000 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) 1001 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
|
Completed in 9 milliseconds