Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c71 if (cmd == XFS_IOC_FD_TO_HANDLE) { in xfs_find_handle()
124 if (cmd == XFS_IOC_FD_TO_HANDLE) in xfs_find_handle()
1979 case XFS_IOC_FD_TO_HANDLE: in xfs_file_ioctl()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h815 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) macro