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

  /src/sys/fs/udf/
udf_vnops.c 563 dirent = malloc(sizeof(struct dirent), M_UDFTEMP, M_WAITOK | M_ZERO);
587 fid = malloc(lb_size, M_UDFTEMP, M_WAITOK);
629 free(fid, M_UDFTEMP);
645 free(dirent, M_UDFTEMP);
960 targetbuf = malloc(PATH_MAX+1, M_UDFTEMP, M_WAITOK);
966 free(targetbuf, M_UDFTEMP);
1611 pathbuf = malloc(UDF_SYMLINKBUFLEN, M_UDFTEMP, M_WAITOK);
1692 free(pathbuf, M_UDFTEMP);
1699 free(pathbuf, M_UDFTEMP);
1710 free(pathbuf, M_UDFTEMP);
    [all...]
udf_strat_direct.c 173 error = udf_read_phys_dscr(ump, sector, M_UDFTEMP, &tmpdscr);
179 free(tmpdscr, M_UDFTEMP);
413 M_UDFTEMP, M_WAITOK);
440 free(ump->strategy_private, M_UDFTEMP);
udf_strat_sequential.c 187 error = udf_read_phys_dscr(ump, sector, M_UDFTEMP, &tmpdscr);
193 free(tmpdscr, M_UDFTEMP);
624 M_UDFTEMP, M_WAITOK);
719 free(ump->strategy_private, M_UDFTEMP);
udf_vfsops.c 79 MALLOC_JUSTDEFINE(M_UDFTEMP, "UDF temp", "UDF scrap space");
137 malloc_type_attach(M_UDFTEMP);
161 malloc_type_detach(M_UDFTEMP);
udf.h 217 MALLOC_DECLARE(M_UDFTEMP);
udf_subr.c 4204 raw_name = malloc(2048 * sizeof(uint16_t), M_UDFTEMP, M_WAITOK);
4231 free(raw_name, M_UDFTEMP);
4248 raw_name = malloc(1024, M_UDFTEMP, M_WAITOK);
4279 free(raw_name, M_UDFTEMP);
4542 fid = malloc(lb_size, M_UDFTEMP, M_WAITOK);
4545 dirent = malloc(sizeof(struct dirent), M_UDFTEMP, M_WAITOK);
4572 free(fid, M_UDFTEMP);
4573 free(dirent, M_UDFTEMP);
4614 fid = malloc(lb_size, M_UDFTEMP, M_WAITOK);
4615 dirent = malloc(sizeof(struct dirent), M_UDFTEMP, M_WAITOK)
    [all...]
udf_strat_rmw.c 1414 M_UDFTEMP, M_WAITOK);
1503 free(ump->strategy_private, M_UDFTEMP);
udf_allocation.c 825 blob = malloc(lb_size, M_UDFTEMP, M_WAITOK);
872 free(blob, M_UDFTEMP);
2699 evacuated_data = malloc(lb_size, M_UDFTEMP, M_WAITOK);
2851 free(evacuated_data, M_UDFTEMP);

Completed in 54 milliseconds