Searched refs:nvaper (Results 1 – 1 of 1) sorted by relevance
1935 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int flags) in nfs_getattrcache() argument2003 bcopy((caddr_t)nvap, (caddr_t)nvaper, sizeof(struct nfs_vattr)); in nfs_getattrcache()2006 nvaper->nva_timesec[NFSTIME_ACCESS] = np->n_atim.tv_sec; in nfs_getattrcache()2007 nvaper->nva_timensec[NFSTIME_ACCESS] = np->n_atim.tv_nsec; in nfs_getattrcache()2010 nvaper->nva_timesec[NFSTIME_MODIFY] = np->n_mtim.tv_sec; in nfs_getattrcache()2011 nvaper->nva_timensec[NFSTIME_MODIFY] = np->n_mtim.tv_nsec; in nfs_getattrcache()2016 nvaper->nva_acl = kauth_acl_alloc(nvap->nva_acl->acl_entrycount); in nfs_getattrcache()2017 if (!nvaper->nva_acl) { in nfs_getattrcache()2020 bcopy(nvap->nva_acl, nvaper->nva_acl, KAUTH_ACL_COPYSIZE(nvap->nva_acl)); in nfs_getattrcache()2022 nvaper->nva_acl = NULL; in nfs_getattrcache()