Searched refs:xfs_fsop_handlereq (Results 1 – 1 of 1) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 573 typedef struct xfs_fsop_handlereq { struct 624 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 644 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 1050 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 1051 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 1052 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 1053 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) 1054 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
|