Home | History | Annotate | Download | only in client

Lines Matching refs:MALLOC

231 	 * Might need one or both of these, so MALLOC them now, to
232 * avoid a tsleep() in MALLOC later.
234 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner),
237 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) +
749 MALLOC(newclp, struct nfsclclient *,
953 * Might need these, so MALLOC them now, to
954 * avoid a tsleep() in MALLOC later.
956 MALLOC(nlp, struct nfscllockowner *,
958 MALLOC(otherlop, struct nfscllock *,
960 MALLOC(nlop, struct nfscllock *,
1142 * Might need these, so MALLOC them now, to
1143 * avoid a tsleep() in MALLOC later.
1145 MALLOC(nlop, struct nfscllock *,
1159 MALLOC(other_lop, struct nfscllock *,
1775 mylfhp = malloc(sizeof(struct nfscllockownerfh), M_TEMP,
2080 MALLOC(nowp, struct nfsclowner *,
2096 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) +
2676 recallp = malloc(sizeof(*recallp),
3180 tagstr = malloc(taglen + 1, M_TEMP, M_WAITOK);
3334 recallp = malloc(sizeof(*recallp), M_NFSLAYRECALL,
3877 MALLOC(nowp, struct nfsclowner *,
3960 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) +
4704 tlyp = malloc(sizeof(*tlyp) + fhlen - 1, M_NFSLAYOUT,