OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPFREE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
229
#define
MPFREE
(a, lst) \
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);
252
MPFREE
(ump->part_unalloc_dscr[i], M_UDFVOLD);
253
MPFREE
(ump->part_freed_dscr[i], M_UDFVOLD)
[
all
...]
/src/sys/fs/nilfs/
nilfs_vfsops.c
821
#define
MPFREE
(a, lst) \
831
MPFREE
(ump, M_NILFSMNT);
833
#undef
MPFREE
Completed in 13 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025