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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1373 * If the cache is valid, copy contents to *nvaper and return 0
1377 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int alreadylocked) argument
1435 bcopy((caddr_t)nvap, (caddr_t)nvaper, sizeof(struct nfs_vattr));
1438 nvaper->nva_timesec[NFSTIME_ACCESS] = np->n_atim.tv_sec;
1439 nvaper->nva_timensec[NFSTIME_ACCESS] = np->n_atim.tv_nsec;
1442 nvaper->nva_timesec[NFSTIME_MODIFY] = np->n_mtim.tv_sec;
1443 nvaper->nva_timensec[NFSTIME_MODIFY] = np->n_mtim.tv_nsec;

Completed in 21 milliseconds