Lines Matching refs:bulkreq
217 struct xfs_fsop_bulkreq bulkreq; in xfs_compat_ioc_fsbulkstat() local
260 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
261 if (get_user(bulkreq.icount, &p32->icount) || in xfs_compat_ioc_fsbulkstat()
264 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
267 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
269 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat()
272 if (bulkreq.icount <= 0) in xfs_compat_ioc_fsbulkstat()
275 if (bulkreq.ubuffer == NULL) in xfs_compat_ioc_fsbulkstat()
278 breq.ubuffer = bulkreq.ubuffer; in xfs_compat_ioc_fsbulkstat()
279 breq.icount = bulkreq.icount; in xfs_compat_ioc_fsbulkstat()
311 if (bulkreq.lastip != NULL && in xfs_compat_ioc_fsbulkstat()
312 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
315 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat()
316 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()