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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1625 * If the cache is valid, copy contents to *nvaper and return 0
1630 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int flags) argument
1680 bcopy((caddr_t)nvap, (caddr_t)nvaper, sizeof(struct nfs_vattr));
1683 nvaper->nva_timesec[NFSTIME_ACCESS] = np->n_atim.tv_sec;
1684 nvaper->nva_timensec[NFSTIME_ACCESS] = np->n_atim.tv_nsec;
1687 nvaper->nva_timesec[NFSTIME_MODIFY] = np->n_mtim.tv_sec;
1688 nvaper->nva_timensec[NFSTIME_MODIFY] = np->n_mtim.tv_nsec;
1693 nvaper->nva_acl = kauth_acl_alloc(nvap->nva_acl->acl_entrycount);
1694 if (!nvaper->nva_acl)
1696 bcopy(nvap->nva_acl, nvaper
[all...]

Completed in 25 milliseconds