OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vat_table_alloc_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
udf.h
319
uint32_t
vat_table_alloc_len
;
member in struct:udf_mount
udf_subr.c
2739
if (offset_high >= ump->
vat_table_alloc_len
) {
2742
ump->
vat_table_alloc_len
+ UDF_VAT_CHUNKSIZE,
2749
ump->
vat_table_alloc_len
+= UDF_VAT_CHUNKSIZE;
2912
uint32_t vat_offset, vat_entries,
vat_table_alloc_len
;
local in function:udf_check_for_vat
2957
vat_table_alloc_len
=
2961
vat_table = malloc(
vat_table_alloc_len
, M_UDFVOLD, M_WAITOK);
2964
vat_table_alloc_len
);
3056
ump->
vat_table_alloc_len
=
vat_table_alloc_len
;
Completed in 16 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025