Lines Matching refs:bulkreq
205 struct xfs_fsop_bulkreq bulkreq; in xfs_compat_ioc_fsbulkstat() local
249 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
250 if (get_user(bulkreq.icount, &p32->icount) || in xfs_compat_ioc_fsbulkstat()
253 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
256 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
258 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat()
261 if (bulkreq.icount <= 0) in xfs_compat_ioc_fsbulkstat()
264 if (bulkreq.ubuffer == NULL) in xfs_compat_ioc_fsbulkstat()
267 breq.ubuffer = bulkreq.ubuffer; in xfs_compat_ioc_fsbulkstat()
268 breq.icount = bulkreq.icount; in xfs_compat_ioc_fsbulkstat()
300 if (bulkreq.lastip != NULL && in xfs_compat_ioc_fsbulkstat()
301 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
304 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat()
305 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()