Searched refs:n_attrstamp (Results 1 – 3 of 3) sorted by relevance
599 time_t n_attrstamp; /* Attr. cache timestamp */ member776 #define NATTRVALID(np) ((np)->n_attrstamp != ~0)777 #define NATTRINVALIDATE(np) ((np)->n_attrstamp = ~0)
1771 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()
1945 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()