Searched refs:nb_timestamp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfsnode.h105 time_t nb_timestamp; /* buffer timestamp */ member in struct:nfsbuf
186 #define NBUFSTAMPVALID(BP) ((BP)->nb_timestamp != ~0)
187 #define NBUFSTAMPINVALIDATE(BP) ((BP)->nb_timestamp = ~0)
H A Dnfs_bio.c216 (fbp->nb_timestamp + (2*NFSBUF_LRU_STALE)) > now.tv_sec)
240 (fbp->nb_timestamp + (2*NFSBUF_META_STALE)) > now.tv_sec)
769 ((lrubp->nb_timestamp + NFSBUF_LRU_STALE) < now.tv_sec)))
773 ((metabp->nb_timestamp + NFSBUF_META_STALE) < now.tv_sec)))
785 lru_stale_time = lrubp->nb_timestamp + NFSBUF_LRU_STALE;
786 meta_stale_time = metabp->nb_timestamp + NFSBUF_META_STALE;
1126 bp->nb_timestamp = now.tv_sec;

Completed in 72 milliseconds