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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c2000 struct nfs_open_file *nofp = NULL, *nofp2, *newnofp = NULL; local
2023 if (!nofp && !*nofpp && !newnofp && alloc) {
2026 MALLOC(newnofp, struct nfs_open_file *, sizeof(struct nfs_open_file), M_TEMP, M_WAITOK);
2027 if (!newnofp)
2029 bzero(newnofp, sizeof(*newnofp));
2030 lck_mtx_init(&newnofp->nof_lock, nfs_open_grp, LCK_ATTR_NULL);
2031 newnofp->nof_owner = noop;
2033 newnofp->nof_np = np;
2035 TAILQ_INSERT_HEAD(&noop->noo_opens, newnofp, nof_oolin
6126 struct nfs_open_file *newnofp = NULL, *nofp = NULL; local
6927 struct nfs_open_file *newnofp = NULL, *nofp = NULL; local
[all...]

Completed in 31 milliseconds