Searched refs:n_attrstamp (Results 1 – 3 of 3) sorted by relevance
589 time_t n_attrstamp; /* Attr. cache timestamp */ member766 #define NATTRVALID(np) ((np)->n_attrstamp != ~0)767 #define NATTRINVALIDATE(np) ((np)->n_attrstamp = ~0)
1769 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()
1933 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()