Lines Matching defs:npp
2444 * allocate an nfsnode, depending on the value of npp.
2445 * npp == NULL --> just do the lookup
2446 * *npp == NULL --> allocate a new nfsnode and make sure attributes are
2448 * *npp != NULL --> update the file handle in the vnode
2452 struct thread *td, struct nfsnode **npp)
2466 if (npp && !error) {
2467 if (*npp != NULL) {
2468 np = *npp;
2523 if (!attrflag && *npp == NULL) {
2534 if (npp && *npp == NULL) {
2543 *npp = np;