Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dinode.c232 nfsi->attrtimeo_timestamp = jiffies; in nfs_zap_caches_locked()
578 nfsi->attrtimeo_timestamp = now; in nfs_fhget()
2286 nfsi->attrtimeo_timestamp = now; in nfs_update_inode()
2291 if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, in nfs_update_inode()
2292 nfsi->attrtimeo_timestamp + nfsi->attrtimeo)) { in nfs_update_inode()
2297 nfsi->attrtimeo_timestamp = now; in nfs_update_inode()
H A Dnfs4proc.c1250 nfsi->attrtimeo_timestamp = jiffies; in nfs4_update_changeattr_locked()
/openbmc/linux/include/linux/
H A Dnfs_fs.h161 unsigned long attrtimeo_timestamp; member