Searched refs:mylfhp (Results 1 – 1 of 1) sorted by relevance
1985 struct nfscllockownerfh *lfhp, *mylfhp; in nfscl_emptylockowner() local1994 mylfhp = NULL; in nfscl_emptylockowner()2003 mylfhp = lfhp; in nfscl_emptylockowner()2014 if (mylfhp == NULL) { in nfscl_emptylockowner()2015 mylfhp = malloc(sizeof(struct nfscllockownerfh), M_TEMP, in nfscl_emptylockowner()2017 if (mylfhp == NULL) in nfscl_emptylockowner()2019 mylfhp->nfslfh_len = lp->nfsl_open->nfso_fhlen; in nfscl_emptylockowner()2020 NFSBCOPY(lp->nfsl_open->nfso_fh, mylfhp->nfslfh_fh, in nfscl_emptylockowner()2021 mylfhp->nfslfh_len); in nfscl_emptylockowner()2022 LIST_INIT(&mylfhp->nfslfh_lock); in nfscl_emptylockowner()[all …]