Searched refs:recallp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 2736 struct nfsclrecalllayout *recallp; in nfscl_renewthread() local 2990 recallp = malloc(sizeof(*recallp), in nfscl_renewthread() 2992 if (recallp == NULL) in nfscl_renewthread() 2997 recallp); in nfscl_renewthread() 3390 struct nfsclrecalllayout *recallp; in nfscl_doclose() local 3401 recallp = malloc(sizeof(*recallp), M_NFSLAYRECALL, M_WAITOK); in nfscl_doclose() 3421 nfscl_retoncloselayout(vp, clp, nfhp->nfh_fh, nfhp->nfh_len, &recallp, in nfscl_doclose() 3472 free(recallp, M_NFSLAYRECALL); in nfscl_doclose() 3573 struct nfsclrecalllayout *recallp = NULL; in nfscl_docb() local 3749 recallp = malloc(sizeof(*recallp), M_NFSLAYRECALL, in nfscl_docb() [all …]
|