Searched refs:xfs_fsop_handlereq (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 551 typedef struct xfs_fsop_handlereq { struct 602 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 622 struct xfs_fsop_handlereq hreq; /* handle interface structure */ 807 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 808 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 809 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 810 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) 811 #define XFS_IOC_READLINK_BY_HANDLE _IOWR('X', 108, struct xfs_fsop_handlereq)
|
/Linux-v6.1/fs/xfs/ |
D | xfs_ioctl32.c | 488 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() 492 cmd = _NATIVE_IOC(cmd, struct xfs_fsop_handlereq); in xfs_file_compat_ioctl() 496 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() 503 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl()
|