Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-nft.sh.in60 local -n lastip='gbmc_ncsi_nft_lastip6'
70 local -n lastip='gbmc_ncsi_nft_lastip4'
72 if [ "$action" = 'add' -a "$ip" != "$lastip" ]; then
73 lastip="$ip"
76 if [ "$action" = 'del' -a "$ip" = "$lastip" ]; then
77 lastip=
/openbmc/linux/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()
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.c687 if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_fsbulkstat()
727 if (bulkreq.lastip != NULL && in xfs_ioc_fsbulkstat()
728 copy_to_user(bulkreq.lastip, &lastino, sizeof(xfs_ino_t))) in xfs_ioc_fsbulkstat()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h425 __u64 __user *lastip; /* last inode # pointer */ member