Home
last modified time | relevance | path

Searched refs:xfs_fsop_handlereq (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h392 typedef struct xfs_fsop_handlereq { struct
410 struct xfs_fsop_handlereq hreq; /* handle information */ argument
419 struct xfs_fsop_handlereq hreq; /* handle interface structure */
439 struct xfs_fsop_handlereq hreq; /* handle interface structure */
531 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq)
532 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq)
533 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq)
534 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq)
535 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
/linux-4.1.27/fs/xfs/
Dxfs_ioctl32.c650 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl()
654 cmd = _NATIVE_IOC(cmd, struct xfs_fsop_handlereq); in xfs_file_compat_ioctl()
658 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl()
665 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl()