Lines Matching refs:bulkreq
218 struct xfs_fsop_bulkreq bulkreq; in xfs_compat_ioc_fsbulkstat() local
262 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
263 if (get_user(bulkreq.icount, &p32->icount) || in xfs_compat_ioc_fsbulkstat()
266 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
269 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
271 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat()
274 if (bulkreq.icount <= 0) in xfs_compat_ioc_fsbulkstat()
277 if (bulkreq.ubuffer == NULL) in xfs_compat_ioc_fsbulkstat()
280 breq.ubuffer = bulkreq.ubuffer; in xfs_compat_ioc_fsbulkstat()
281 breq.icount = bulkreq.icount; in xfs_compat_ioc_fsbulkstat()
313 if (bulkreq.lastip != NULL && in xfs_compat_ioc_fsbulkstat()
314 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
317 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat()
318 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()