Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c1938 struct timeval nowup; in nfs_getattrcache() local
1959 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()