Home
last modified time | relevance | path

Searched refs:xfs_open_by_handle (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_handle.h15 int xfs_open_by_handle(struct file *parfilp, struct xfs_fsop_handlereq *hreq);
H A Dxfs_ioctl32.c501 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
H A Dxfs_handle.c231 xfs_open_by_handle( in xfs_open_by_handle() function
253 /* Restrict xfs_open_by_handle to directories & regular files. */ in xfs_open_by_handle()
H A Dxfs_ioctl.c1290 return xfs_open_by_handle(filp, &hreq); in xfs_file_ioctl()