Searched refs:nvaper (Results 1 – 1 of 1) sorted by relevance
1933 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int flags) in nfs_getattrcache() argument2001 bcopy((caddr_t)nvap, (caddr_t)nvaper, sizeof(struct nfs_vattr)); in nfs_getattrcache()2004 nvaper->nva_timesec[NFSTIME_ACCESS] = np->n_atim.tv_sec; in nfs_getattrcache()2005 nvaper->nva_timensec[NFSTIME_ACCESS] = np->n_atim.tv_nsec; in nfs_getattrcache()2008 nvaper->nva_timesec[NFSTIME_MODIFY] = np->n_mtim.tv_sec; in nfs_getattrcache()2009 nvaper->nva_timensec[NFSTIME_MODIFY] = np->n_mtim.tv_nsec; in nfs_getattrcache()2014 nvaper->nva_acl = kauth_acl_alloc(nvap->nva_acl->acl_entrycount); in nfs_getattrcache()2015 if (!nvaper->nva_acl) { in nfs_getattrcache()2018 bcopy(nvap->nva_acl, nvaper->nva_acl, KAUTH_ACL_COPYSIZE(nvap->nva_acl)); in nfs_getattrcache()2020 nvaper->nva_acl = NULL; in nfs_getattrcache()