OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDF_MAX_ALLOC_EXTENTS
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/udf/
udf.h
144
#define
UDF_MAX_ALLOC_EXTENTS
50 /* overkill */
386
struct alloc_ext_entry *ext[
UDF_MAX_ALLOC_EXTENTS
];
393
struct long_ad ext_loc[
UDF_MAX_ALLOC_EXTENTS
];
udf_vfsops.c
701
ump->la_node_ad_cpy = malloc(lb_size *
UDF_MAX_ALLOC_EXTENTS
,
703
memset(ump->la_node_ad_cpy, 0, lb_size *
UDF_MAX_ALLOC_EXTENTS
);
udf_allocation.c
2974
node_ad_cpy = malloc(lb_size *
UDF_MAX_ALLOC_EXTENTS
,
2976
memset(node_ad_cpy, 0, lb_size *
UDF_MAX_ALLOC_EXTENTS
);
udf_subr.c
5558
if (udf_node->num_extensions >=
UDF_MAX_ALLOC_EXTENTS
) {
6067
for (extnr = 0; extnr <
UDF_MAX_ALLOC_EXTENTS
; extnr++) {
/src/sbin/newfs_udf/
udf_core.h
85
#define
UDF_MAX_ALLOC_EXTENTS
5 /* overkill */
Completed in 19 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025