Home
last modified time | relevance | path

Searched refs:prev_mtime (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/vboxsf/
H A Dutils.c180 struct timespec64 prev_mtime; in vboxsf_inode_revalidate() local
188 prev_mtime = inode->i_mtime; in vboxsf_inode_revalidate()
209 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dutils.c197 struct timespec64 prev_mtime; in vboxsf_inode_revalidate() local
205 prev_mtime = inode->i_mtime; in vboxsf_inode_revalidate()
228 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()

Completed in 2 milliseconds