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.c235 nfsi->attrtimeo_timestamp = jiffies; in nfs_zap_caches_locked()
581 nfsi->attrtimeo_timestamp = now; in nfs_fhget()
2297 nfsi->attrtimeo_timestamp = now; in nfs_update_inode()
2302 if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, in nfs_update_inode()
2303 nfsi->attrtimeo_timestamp + nfsi->attrtimeo)) { in nfs_update_inode()
2308 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