Home
last modified time | relevance | path

Searched refs:lastip (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl32.c258 if (get_user(addr, &p32->lastip)) in xfs_compat_ioc_fsbulkstat()
260 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
269 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat()
282 * FSBULKSTAT_SINGLE expects that *lastip contains the inode number in xfs_compat_ioc_fsbulkstat()
284 * that *lastip contains either zero or the number of the last inode to 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()
H A Dxfs_ioctl32.h67 compat_uptr_t lastip; /* last inode # pointer */ member
H A Dxfs_ioctl.c762 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat()
775 * FSBULKSTAT_SINGLE expects that *lastip contains the inode number in xfs_ioc_fsbulkstat()
777 * that *lastip contains either zero or the number of the last inode to in xfs_ioc_fsbulkstat()
802 if (bulkreq.lastip != NULL && in xfs_ioc_fsbulkstat()
803 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl32.c246 if (get_user(addr, &p32->lastip)) in xfs_compat_ioc_fsbulkstat()
248 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
257 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_fsbulkstat()
270 * FSBULKSTAT_SINGLE expects that *lastip contains the inode number in xfs_compat_ioc_fsbulkstat()
272 * that *lastip contains either zero or the number of the last inode to in xfs_compat_ioc_fsbulkstat()
299 if (bulkreq.lastip != NULL && in xfs_compat_ioc_fsbulkstat()
300 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_compat_ioc_fsbulkstat()
H A Dxfs_ioctl32.h65 compat_uptr_t lastip; /* last inode # pointer */ member
H A Dxfs_ioctl.c686 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat()
699 * FSBULKSTAT_SINGLE expects that *lastip contains the inode number in xfs_ioc_fsbulkstat()
701 * that *lastip contains either zero or the number of the last inode to in xfs_ioc_fsbulkstat()
726 if (bulkreq.lastip != NULL && in xfs_ioc_fsbulkstat()
727 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h433 __u64 __user *lastip; /* last inode # pointer */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h425 __u64 __user *lastip; /* last inode # pointer */ member

Completed in 12 milliseconds