Lines Matching refs:mylfhp
1985 struct nfscllockownerfh *lfhp, *mylfhp; in nfscl_emptylockowner() local
1994 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()
2023 SLIST_INSERT_HEAD(lhp, mylfhp, nfslfh_list); in nfscl_emptylockowner()
2026 LIST_INSERT_HEAD(&mylfhp->nfslfh_lock, lp, nfsl_list); in nfscl_emptylockowner()