OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_pos
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf.h
237
uint32_t
data_pos
; /* position in data */
member in struct:udf_bitmap
udf_allocation.c
245
uint8_t *
data_pos
;
275
data_pos
= (uint8_t *) dscr + dscr_size + l_ea;
283
if (
data_pos
[i] != 0)
285
"has value %d\n", i,
data_pos
[i]);
889
diff = bitmap->
data_pos
- bitmap->metadata_pos;
891
bitmap->
data_pos
= bitmap->metadata_pos + 1024;
893
offset = ismetadata ? bitmap->metadata_pos : bitmap->
data_pos
;
930
bitmap->
data_pos
= offset;
1760
uint8_t *
data_pos
;
local in function:udf_wipe_adslots
1770
data_pos
= (uint8_t *) fe + dscr_size + l_ea
1819
uint8_t *
data_pos
;
local in function:udf_get_adslot
1931
uint8_t *
data_pos
;
local in function:udf_append_adslot
2884
uint8_t *
data_pos
;
local in function:udf_shrink_node
[
all
...]
/src/sbin/newfs_udf/
udf_core.c
3888
uint8_t *vat_pos, *
data_pos
;
local in function:udf_translate_vtop
3977
data_pos
= (uint8_t *) context.meta_file + dscr_size + l_ea;
3978
short_ad = (struct short_ad *)
data_pos
;
/src/sbin/fsck_udf/
main.c
2238
uint8_t *
data_pos
;
local in function:udf_metadata_node_supported
2256
data_pos
= (uint8_t *) context.meta_file + dscr_size + l_ea;
2257
short_ad = (struct short_ad *)
data_pos
;
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025