Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_handle.h14 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 Dxfs_ioctl32.c489 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 Dxfs_fs.h560 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 12 milliseconds