Searched refs:xfs_fsop_handlereq (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ ! |
| H 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);
|
| H 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/ ! |
| H A D | xfs_fs.h | 576 typedef struct xfs_fsop_handlereq { struct 627 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 647 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 1245 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 1246 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 1247 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 1248 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) 1249 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
|