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_UDFMNT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
77
MALLOC_JUSTDEFINE(
M_UDFMNT
, "UDF mount", "UDF mount structures");
135
malloc_type_attach(
M_UDFMNT
);
159
malloc_type_detach(
M_UDFMNT
);
260
MPFREE(ump->la_node_ad_cpy,
M_UDFMNT
);
270
free(ump,
M_UDFMNT
);
593
ump = malloc(sizeof(struct udf_mount),
M_UDFMNT
, M_WAITOK | M_ZERO);
702
M_UDFMNT
, M_WAITOK);
udf.h
215
MALLOC_DECLARE(
M_UDFMNT
);
udf_allocation.c
2975
M_UDFMNT
, M_WAITOK);
3120
free(node_ad_cpy,
M_UDFMNT
);
3200
free(node_ad_cpy,
M_UDFMNT
);
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026