Lines Matching refs:npp
2889 * allocate an nfsnode, depending on the value of npp.
2890 * npp == NULL --> just do the lookup
2891 * *npp == NULL --> allocate a new nfsnode and make sure attributes are
2893 * *npp != NULL --> update the file handle in the vnode
2896 nfs_lookitup(struct vnode *dvp, const char *name, int len, kauth_cred_t cred, struct lwp *l, struct nfsnode **npp)
2918 if (npp && !error) {
2920 if (*npp) {
2921 np = *npp;
2961 if (!attrflag && *npp == NULL) {
2971 if (npp && *npp == NULL) {
2976 *npp = np;