Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h589 time_t n_attrstamp; /* Attr. cache timestamp */ member
766 #define NATTRVALID(np) ((np)->n_attrstamp != ~0)
767 #define NATTRINVALIDATE(np) ((np)->n_attrstamp = ~0)
H A Dnfs_subs.c1769 np->n_attrstamp = now.tv_sec; in nfs_loadattrcache()
1958 if (np->n_attrstamp > nowup.tv_sec) { in nfs_getattrcache()
1960 np->n_attrstamp - nowup.tv_sec); in nfs_getattrcache()
1966 if ((nowup.tv_sec - np->n_attrstamp) >= timeo) { in nfs_getattrcache()
H A Dnfs_vnops.c1933 if (np->n_attrstamp) { in nfs3_vnop_getattr()
6337 newnp->n_attrstamp = attrstamp; in nfs_dir_buf_cache_lookup()
6342 (newnp->n_attrstamp != attrstamp)) { in nfs_dir_buf_cache_lookup()
6346 attrstamp = newnp->n_attrstamp; in nfs_dir_buf_cache_lookup()