Searched refs:hreq (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.h33 xfs_fsop_handlereq_t *hreq);
38 xfs_fsop_handlereq_t *hreq);
43 xfs_fsop_handlereq_t *hreq);
H A Dxfs_ioctl32.c318 xfs_fsop_handlereq_t *hreq,
326 hreq->fd = hreq32.fd;
327 hreq->path = compat_ptr(hreq32.path);
328 hreq->oflags = hreq32.oflags;
329 hreq->ihandle = compat_ptr(hreq32.ihandle);
330 hreq->ihandlen = hreq32.ihandlen;
331 hreq->ohandle = compat_ptr(hreq32.ohandle);
332 hreq->ohandlen = compat_ptr(hreq32.ohandlen);
340 compat_xfs_fsop_handlereq_t *hreq)
343 compat_ptr(hreq
317 xfs_compat_handlereq_copyin( xfs_fsop_handlereq_t *hreq, compat_xfs_fsop_handlereq_t __user *arg32) argument
338 xfs_compat_handlereq_to_dentry( struct file *parfilp, compat_xfs_fsop_handlereq_t *hreq) argument
638 struct xfs_fsop_handlereq hreq; local
646 struct xfs_fsop_handlereq hreq; local
653 struct xfs_fsop_handlereq hreq; local
[all...]
H A Dxfs_ioctl.c69 xfs_fsop_handlereq_t *hreq)
80 file = fget(hreq->fd);
85 error = user_lpath((const char __user *)hreq->path, &path);
130 if (copy_to_user(hreq->ohandle, &handle, hsize) ||
131 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32)))
194 xfs_fsop_handlereq_t *hreq)
196 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen);
202 xfs_fsop_handlereq_t *hreq)
215 dentry = xfs_handlereq_to_dentry(parfilp, hreq);
67 xfs_find_handle( unsigned int cmd, xfs_fsop_handlereq_t *hreq) argument
192 xfs_handlereq_to_dentry( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
200 xfs_open_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
307 xfs_readlink_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
1371 xfs_fsop_handlereq_t hreq; local
1378 xfs_fsop_handlereq_t hreq; local
1388 xfs_fsop_handlereq_t hreq; local
[all...]
H A Dxfs_ioctl32.h124 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:compat_xfs_fsop_attrlist_handlereq
146 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:compat_xfs_fsop_attrmulti_handlereq
156 struct compat_xfs_fsop_handlereq hreq; /* handle information */ member in struct:compat_xfs_fsop_setdm_handlereq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.h33 xfs_fsop_handlereq_t *hreq);
38 xfs_fsop_handlereq_t *hreq);
43 xfs_fsop_handlereq_t *hreq);
H A Dxfs_ioctl32.c318 xfs_fsop_handlereq_t *hreq,
326 hreq->fd = hreq32.fd;
327 hreq->path = compat_ptr(hreq32.path);
328 hreq->oflags = hreq32.oflags;
329 hreq->ihandle = compat_ptr(hreq32.ihandle);
330 hreq->ihandlen = hreq32.ihandlen;
331 hreq->ohandle = compat_ptr(hreq32.ohandle);
332 hreq->ohandlen = compat_ptr(hreq32.ohandlen);
340 compat_xfs_fsop_handlereq_t *hreq)
343 compat_ptr(hreq
317 xfs_compat_handlereq_copyin( xfs_fsop_handlereq_t *hreq, compat_xfs_fsop_handlereq_t __user *arg32) argument
338 xfs_compat_handlereq_to_dentry( struct file *parfilp, compat_xfs_fsop_handlereq_t *hreq) argument
638 struct xfs_fsop_handlereq hreq; local
646 struct xfs_fsop_handlereq hreq; local
653 struct xfs_fsop_handlereq hreq; local
[all...]
H A Dxfs_ioctl.c69 xfs_fsop_handlereq_t *hreq)
80 file = fget(hreq->fd);
85 error = user_lpath((const char __user *)hreq->path, &path);
130 if (copy_to_user(hreq->ohandle, &handle, hsize) ||
131 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32)))
194 xfs_fsop_handlereq_t *hreq)
196 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen);
202 xfs_fsop_handlereq_t *hreq)
215 dentry = xfs_handlereq_to_dentry(parfilp, hreq);
67 xfs_find_handle( unsigned int cmd, xfs_fsop_handlereq_t *hreq) argument
192 xfs_handlereq_to_dentry( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
200 xfs_open_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
307 xfs_readlink_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) argument
1371 xfs_fsop_handlereq_t hreq; local
1378 xfs_fsop_handlereq_t hreq; local
1388 xfs_fsop_handlereq_t hreq; local
[all...]
H A Dxfs_ioctl32.h124 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:compat_xfs_fsop_attrlist_handlereq
146 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:compat_xfs_fsop_attrmulti_handlereq
156 struct compat_xfs_fsop_handlereq hreq; /* handle information */ member in struct:compat_xfs_fsop_setdm_handlereq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h355 struct xfs_fsop_handlereq hreq; /* handle information */ member in struct:xfs_fsop_setdm_handlereq
364 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrlist_handlereq
384 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrmulti_handlereq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h355 struct xfs_fsop_handlereq hreq; /* handle information */ member in struct:xfs_fsop_setdm_handlereq
364 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrlist_handlereq
384 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrmulti_handlereq

Completed in 76 milliseconds