Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c214 xfs_handle_t *handlep; in xfs_vget_fsop_handlereq() local
241 handlep = &handle; in xfs_vget_fsop_handlereq()
243 if (hlen < sizeof(handlep->ha_fsid) || hlen > sizeof(*handlep)) in xfs_vget_fsop_handlereq()
245 if (copy_from_user(handlep, hanp, hlen)) in xfs_vget_fsop_handlereq()
247 if (hlen < sizeof(*handlep)) in xfs_vget_fsop_handlereq()
248 memset(((char *)handlep) + hlen, 0, sizeof(*handlep) - hlen); in xfs_vget_fsop_handlereq()
249 if (hlen > sizeof(handlep->ha_fsid)) { in xfs_vget_fsop_handlereq()
250 if (handlep->ha_fid.xfs_fid_len != in xfs_vget_fsop_handlereq()
251 (hlen - sizeof(handlep->ha_fsid) in xfs_vget_fsop_handlereq()
252 - sizeof(handlep->ha_fid.xfs_fid_len)) in xfs_vget_fsop_handlereq()
[all …]