OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:early_vat_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_udf/
main.c
2007
uint32_t vat_loc,
early_vat_loc
, late_vat_loc, accepted_vat_loc;
local in function:udf_search_vat
2051
early_vat_loc
= MAX(late_vat_loc - 16, first_possible_vat_location);
2063
vat_loc =
early_vat_loc
;
2066
early_vat_loc
, late_vat_loc);
2152
late_vat_loc =
early_vat_loc
- 1;
2154
if (
early_vat_loc
== first_possible_vat_location)
2156
early_vat_loc
= first_possible_vat_location;
2158
early_vat_loc
= MAX(
early_vat_loc
, late_vat_loc - VAT_BLK);
/src/sys/fs/udf/
udf_subr.c
3079
uint32_t
early_vat_loc
, late_vat_loc, vat_loc;
local in function:udf_search_vat
3093
early_vat_loc
= MAX(late_vat_loc - 64, ump->first_possible_vat_location);
3095
DPRINTF(VOLUMES, ("\tfull range %d to %d\n",
early_vat_loc
, late_vat_loc));
3098
vat_loc =
early_vat_loc
;
3100
early_vat_loc
, late_vat_loc));
3130
early_vat_loc
= MAX(
early_vat_loc
- 64, ump->first_possible_vat_location);
3131
late_vat_loc = MIN(
early_vat_loc
+ 64, ump->last_possible_vat_location);
Completed in 18 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025