M_NTFSRUN 297 ntfs/ntfs.h MALLOC_DECLARE(M_NTFSRUN); M_NTFSRUN 80 ntfs/ntfs_subr.c MALLOC_DEFINE(M_NTFSRUN, "NTFS vrun", "NTFS vrun storage"); M_NTFSRUN 561 ntfs/ntfs_subr.c free(vap->va_vruncn, M_NTFSRUN); M_NTFSRUN 563 ntfs/ntfs_subr.c free(vap->va_vruncl, M_NTFSRUN); M_NTFSRUN 667 ntfs/ntfs_subr.c cn = (cn_t *) malloc(cnt * sizeof(cn_t), M_NTFSRUN, M_WAITOK); M_NTFSRUN 668 ntfs/ntfs_subr.c cl = (cn_t *) malloc(cnt * sizeof(cn_t), M_NTFSRUN, M_WAITOK); M_NTFSRUN 242 ntfs/ntfs_vfsops.c malloc_type_attach(M_NTFSRUN); M_NTFSRUN 267 ntfs/ntfs_vfsops.c malloc_type_detach(M_NTFSRUN);