Searched refs:xfs_fsop_handlereq_t (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.h | 26 xfs_fsop_handlereq_t *hreq); 31 xfs_fsop_handlereq_t *hreq); 36 xfs_fsop_handlereq_t *hreq);
|
H A D | xfs_ioctl.c | 58 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() 178 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() 186 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() 266 xfs_fsop_handlereq_t *hreq) in xfs_readlink_by_handle() 2168 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 2175 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 2177 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 2183 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 2185 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
|
H A D | xfs_ioctl32.c | 324 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.h | 20 xfs_fsop_handlereq_t *hreq); 25 xfs_fsop_handlereq_t *hreq); 30 xfs_fsop_handlereq_t *hreq);
|
H A D | xfs_ioctl.c | 60 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() 180 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() 188 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() 268 xfs_fsop_handlereq_t *hreq) in xfs_readlink_by_handle() 1970 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1977 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1979 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 1985 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1987 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
|
H A D | xfs_ioctl32.c | 312 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 558 } xfs_fsop_handlereq_t; typedef
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 561 } xfs_fsop_handlereq_t; typedef
|
Completed in 20 milliseconds