Home
last modified time | relevance | path

Searched refs:r_attrtime (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c237 np->r_attrtime = gethrtime(); in smbfs_attrcache_remove()
247 np->r_attrtime = gethrtime(); in smbfs_attrcache_rm_locked()
H A Dsmbfs_client.c75 #define ATTRCACHE_VALID(vp) (gethrtime() < VTOSMB(vp)->r_attrtime)
318 np->r_attrtime = now + delta; in smbfs_attrcache_fa()
379 if (gethrtime() >= np->r_attrtime) { in smbfs_getattr_cache()
H A Dsmbfs_node.h253 hrtime_t r_attrtime; /* time attributes become invalid */ member
H A Dsmbfs_subr.h350 #define smbfs_attrcache_rm_locked(np) (np)->r_attrtime = gethrtime()
H A Dsmbfs_vnops.c2512 if (np->r_attrtime <= gethrtime()) { in smbfslookup_cache()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h531 rp->r_attrtime = gethrtime(); \
532 rp->r_mtime = rp->r_attrtime; \
538 #define ATTRCACHE_VALID(vp) (gethrtime() < VTOR(vp)->r_attrtime)
H A Drnode.h280 hrtime_t r_attrtime; /* time attributes become invalid */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c4646 rp->r_attrtime = nrp->r_attrtime; in failover_remap()
H A Dnfs_client.c811 rp->r_attrtime = now + delta; in nfs_attrcache_va()