Searched refs:M_NFSDIRECTIO (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clbio.c | 841 t_uio = malloc(sizeof(struct uio), M_NFSDIRECTIO, M_WAITOK); 842 t_iov = malloc(sizeof(struct iovec), M_NFSDIRECTIO, M_WAITOK); 843 t_iov->iov_base = malloc(size, M_NFSDIRECTIO, M_WAITOK); 879 free(t_iov->iov_base, M_NFSDIRECTIO); 880 free(t_iov, M_NFSDIRECTIO); 881 free(t_uio, M_NFSDIRECTIO); 1626 free(iov_base, M_NFSDIRECTIO); in ncl_doio_directwrite() 1627 free(uiop->uio_iov, M_NFSDIRECTIO); in ncl_doio_directwrite() 1628 free(uiop, M_NFSDIRECTIO); in ncl_doio_directwrite()
|
| /freebsd-12-stable/sys/nfsclient/ |
| D | nfs.h | 120 MALLOC_DECLARE(M_NFSDIRECTIO);
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfsport.h | 826 #define M_NFSDIRECTIO M_NEWNFSDIRECTIO macro
|