Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c223 dnp->r_mtime = gethrtime(); in smbfs_attr_touchdir()
H A Dsmbfs_node.h253 hrtime_t r_mtime; /* client time file last modified */ member
H A Dsmbfs_client.c255 np->r_mtime = now; in smbfs_attrcache_fa()
260 delta = now - np->r_mtime; in smbfs_attrcache_fa()
/titanic_41/usr/src/uts/common/nfs/
H A Drnode.h281 hrtime_t r_mtime; /* client time file last modified */ member
H A Dnfs_clnt.h532 rp->r_mtime = rp->r_attrtime; \
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c380 if (rp->r_mtime <= t) in nfs_attrcache()
406 if (rp->r_mtime <= t) in nfs3_attrcache()
508 if (rp->r_mtime > t) { in nfs_attr_cache()
651 if (rp->r_mtime > t) { in nfs3_attr_cache()
785 rp->r_mtime = now; in nfs_attrcache_va()
790 delta = now - rp->r_mtime; in nfs_attrcache_va()
H A Dnfs_subr.c2370 if (rp->r_mtime <= t) in makenfs3node_va()
4646 rp->r_mtime = nrp->r_mtime; in failover_remap()
H A Dnfs_vnops.c1054 if (rp->r_mtime <= t) { in nfsread()
H A Dnfs3_vnops.c1226 if (rp->r_mtime <= t) in nfs3read()