Searched refs:xfs_fsop_handlereq (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_fs.h393 typedef struct xfs_fsop_handlereq { struct
411 struct xfs_fsop_handlereq hreq; /* handle information */
420 struct xfs_fsop_handlereq hreq; /* handle interface structure */
440 struct xfs_fsop_handlereq hreq; /* handle interface structure */
542 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq)
543 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq)
544 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq)
545 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq)
546 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
/linux-4.4.14/fs/xfs/
H A Dxfs_ioctl32.c650 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl()
654 cmd = _NATIVE_IOC(cmd, struct xfs_fsop_handlereq); xfs_file_compat_ioctl()
658 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl()
665 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl()
H A Dxfs_ioctl.c54 * xfs_find_handle maps from userspace xfs_fsop_handlereq structure to

Completed in 52 milliseconds