Home
last modified time | relevance | path

Searched refs:lastip (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_ioctl32.h65 compat_uptr_t lastip; /* last inode # pointer */ member
H A Dxfs_ioctl.c102 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat()
142 if (bulkreq.lastip != NULL && in xfs_ioc_fsbulkstat()
143 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h432 __u64 __user *lastip; /* last inode # pointer */ member