Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h599 time_t n_attrstamp; /* Attr. cache timestamp */ member
776 #define NATTRVALID(np) ((np)->n_attrstamp != ~0)
777 #define NATTRINVALIDATE(np) ((np)->n_attrstamp = ~0)
H A Dnfs_subs.c1771 np->n_attrstamp = now.tv_sec; in nfs_loadattrcache()
1960 if (np->n_attrstamp > nowup.tv_sec) { in nfs_getattrcache()
1962 np->n_attrstamp - nowup.tv_sec); in nfs_getattrcache()
1968 if ((nowup.tv_sec - np->n_attrstamp) >= timeo) { in nfs_getattrcache()
H A Dnfs_vnops.c1945 if (np->n_attrstamp) { in nfs3_vnop_getattr()
6348 newnp->n_attrstamp = attrstamp; in nfs_dir_buf_cache_lookup()
6353 (newnp->n_attrstamp != attrstamp)) { in nfs_dir_buf_cache_lookup()
6357 attrstamp = newnp->n_attrstamp; in nfs_dir_buf_cache_lookup()