OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_UDFVOLD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
78
MALLOC_JUSTDEFINE(
M_UDFVOLD
, "UDF volspace", "UDF volume space descriptors");
136
malloc_type_attach(
M_UDFVOLD
);
160
malloc_type_detach(
M_UDFVOLD
);
244
MPFREE(ump->anchors[i],
M_UDFVOLD
);
245
MPFREE(ump->primary_vol,
M_UDFVOLD
);
246
MPFREE(ump->logical_vol,
M_UDFVOLD
);
247
MPFREE(ump->unallocated,
M_UDFVOLD
);
248
MPFREE(ump->implementation,
M_UDFVOLD
);
249
MPFREE(ump->logvol_integrity,
M_UDFVOLD
);
251
MPFREE(ump->partitions[i],
M_UDFVOLD
);
[
all
...]
udf_subr.c
843
error = udf_read_phys_dscr(ump, sector,
M_UDFVOLD
,
851
free(*dst,
M_UDFVOLD
);
1011
free(name,
M_UDFVOLD
); \
1038
free(dscr,
M_UDFVOLD
);
1051
free(dscr,
M_UDFVOLD
);
1059
free(dscr,
M_UDFVOLD
);
1064
free(dscr,
M_UDFVOLD
);
1085
error = udf_read_phys_dscr(ump, loc,
M_UDFVOLD
, &dscr);
1095
free(dscr,
M_UDFVOLD
);
1103
free(dscr,
M_UDFVOLD
);
[
all
...]
udf.h
216
MALLOC_DECLARE(
M_UDFVOLD
);
udf_allocation.c
1543
new_sbd = realloc(sbd, inf_len,
M_UDFVOLD
, M_WAITOK);
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026