HomeSort by: relevance | last modified time | path
    Searched refs:M_EFSTMP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/efs/
efs_vnops.c 50 MALLOC_DECLARE(M_EFSTMP);
330 dp = malloc(sizeof(struct dirent), M_EFSTMP, M_WAITOK | M_ZERO);
457 free(dp, M_EFSTMP);
465 free(dp, M_EFSTMP);
491 buf = malloc(eip->ei_size + 1, M_EFSTMP, M_ZERO | M_WAITOK);
497 free(buf, M_EFSTMP);
518 free(buf, M_EFSTMP);
538 free(buf, M_EFSTMP);
548 free(buf, M_EFSTMP);
efs_vfsops.c 55 MALLOC_JUSTDEFINE(M_EFSTMP, "efstmp", "efs temporary allocations");
519 malloc_type_attach(M_EFSTMP);
543 malloc_type_detach(M_EFSTMP);

Completed in 13 milliseconds