• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/nfs/

Lines Matching defs:now

444 	struct timeval now;
466 microuptime(&now);
467 np->n_modestamp[slot] = now.tv_sec;
510 struct timeval now;
597 microuptime(&now);
598 if ((now.tv_sec < (np->n_modestamp[slot] + nfs_access_cache_timeout)) &&
2011 * then force the buffer to be written out now.
2069 * If so, update file size now that we have the block.
2287 /* now we'll read the (rest of the) data */
3099 * remove nfsnode from hash now so we can't accidentally find it
3110 /* clear flags now: won't get nfs_vnop_inactive for recycled vnode */
3324 * remove nfsnode from hash now so we can't accidentally find it
3340 /* clear flags now: won't get nfs_vnop_inactive for recycled vnode */
3961 * remove nfsnode from hash now so we can't accidentally find it
4257 * We are now either at the end of the directory or have filled the
4562 * We are now either at the end of the directory or have filled the
4647 /* now, do the rename */
5308 struct timeval now;
5317 microtime(&now);
5318 np->n_atim.tv_sec = now.tv_sec;
5319 np->n_atim.tv_nsec = now.tv_usec * 1000;
5338 struct timeval now;
5347 microtime(&now);
5348 np->n_mtim.tv_sec = now.tv_sec;
5349 np->n_mtim.tv_nsec = now.tv_usec * 1000;
5416 struct timeval now;
5425 microtime(&now);
5426 np->n_atim.tv_sec = now.tv_sec;
5427 np->n_atim.tv_nsec = now.tv_usec * 1000;
5446 struct timeval now;
5455 microtime(&now);
5456 np->n_mtim.tv_sec = now.tv_sec;
5457 np->n_mtim.tv_nsec = now.tv_usec * 1000;
5479 struct timeval now;
5486 microtime(&now);
5488 np->n_atim.tv_sec = now.tv_sec;
5489 np->n_atim.tv_nsec = now.tv_usec * 1000;
5492 np->n_mtim.tv_sec = now.tv_sec;
5493 np->n_mtim.tv_nsec = now.tv_usec * 1000;
5766 DUMPANDLOG, /* EINPROGRESS 36 Operation now in progress */
5932 * because it's all being written out now anyway.