lastip            432 fs/xfs/libxfs/xfs_fs.h 	__u64		__user *lastip;	/* last inode # pointer		*/
lastip            771 fs/xfs/xfs_ioctl.c 	if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
lastip            811 fs/xfs/xfs_ioctl.c 	if (bulkreq.lastip != NULL &&
lastip            812 fs/xfs/xfs_ioctl.c 	    copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t)))
lastip            258 fs/xfs/xfs_ioctl32.c 	if (get_user(addr, &p32->lastip))
lastip            260 fs/xfs/xfs_ioctl32.c 	bulkreq.lastip = compat_ptr(addr);
lastip            269 fs/xfs/xfs_ioctl32.c 	if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
lastip            311 fs/xfs/xfs_ioctl32.c 	if (bulkreq.lastip != NULL &&
lastip            312 fs/xfs/xfs_ioctl32.c 	    copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t)))
lastip             67 fs/xfs/xfs_ioctl32.h 	compat_uptr_t	lastip;		/* last inode # pointer		*/