Searched refs:nowup (Results 1 – 1 of 1) sorted by relevance
1938 struct timeval nowup; in nfs_getattrcache() local1959 microuptime(&nowup); in nfs_getattrcache()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()1973 if ((flags & NGA_ACL) && ((nowup.tv_sec - np->n_aclstamp) >= timeo)) { in nfs_getattrcache()