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