Searched refs:M_NFSV4NODE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 191 + cnp->cn_namelen - 1, M_NFSV4NODE, M_WAITOK); in nfscl_nget() 213 free(newd, M_NFSV4NODE); in nfscl_nget() 215 free(oldd, M_NFSV4NODE); in nfscl_nget() 263 + dnp->n_fhp->nfh_len + cnp->cn_namelen - 1, M_NFSV4NODE, in nfscl_nget() 288 free(np->n_v4, M_NFSV4NODE); in nfscl_nget()
|
| H A D | nfs_clnode.c | 360 free(np->n_v4, M_NFSV4NODE); in ncl_reclaim()
|
| H A D | nfs_clvnops.c | 2217 M_NFSV4NODE, M_WAITOK); in nfs_rename() 2227 free(fnp->n_v4, M_NFSV4NODE); in nfs_rename() 2240 free(newv4, M_NFSV4NODE); in nfs_rename() 2904 free(np->n_v4, M_NFSV4NODE); in nfs_lookitup() 2908 M_NFSV4NODE, M_WAITOK); in nfs_lookitup()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfsport.h | 950 #define M_NFSV4NODE M_NEWNFSV4NODE macro
|