Lines Matching defs:npp
2679 * allocate an nfsnode, depending on the value of npp.
2680 * npp == NULL --> just do the lookup
2681 * *npp == NULL --> allocate a new nfsnode and make sure attributes are
2683 * *npp != NULL --> update the file handle in the vnode
2687 struct thread *td, struct nfsnode **npp)
2703 if (npp && !error) {
2704 if (*npp != NULL) {
2705 np = *npp;
2768 if (!attrflag && *npp == NULL) {
2778 if (npp && *npp == NULL) {
2787 *npp = np;