OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lvid
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
782
struct logvol_int_desc *
lvid
;
local in function:udf_statvfs
801
lvid
= ump->logvol_integrity;
802
num_part = udf_rw32(
lvid
->num_part);
803
impl = (struct udf_logvol_info *) (
lvid
->tables + 2*num_part);
827
* TODO what about writing out free space maps,
lvid
etc? only on `waitfor'
udf_allocation.c
366
struct logvol_int_desc *
lvid
;
local in function:udf_calc_freespace
370
lvid
= ump->logvol_integrity;
380
KASSERT(
lvid
);
381
num_vpart = udf_rw32(
lvid
->num_part);
393
pos1 = &
lvid
->tables[0] + vpart;
394
pos2 = &
lvid
->tables[0] + num_vpart + vpart;
416
struct logvol_int_desc *
lvid
;
local in function:udf_calc_vpart_freespace
419
lvid
= ump->logvol_integrity;
429
KASSERT(
lvid
);
439
pos1 = &
lvid
->tables[0] + vpart_num
1154
struct logvol_int_desc *
lvid
;
local in function:udf_allocate_space
1303
struct logvol_int_desc *
lvid
;
local in function:udf_free_allocated_space
1467
struct logvol_int_desc *
lvid
;
local in function:udf_trunc_metadatapart
[
all
...]
ecma167-udf.h
824
struct logvol_int_desc
lvid
;
member in union:dscrptr
/src/sbin/newfs_udf/
udf_core.c
359
/* TODO skip bad blocks in
LVID
sequence */
1502
struct logvol_int_desc *
lvid
;
local in function:udf_update_lvintd
1509
lvid
= context.logvol_integrity;
1511
assert(
lvid
);
1514
lvid
->integrity_type = udf_rw32(type);
1515
udf_set_timestamp_now(&
lvid
->time);
1522
(
lvid
->tables + num_partmappings * 2);
1532
lvid
->lvint_next_unique_id = udf_rw64(context.unique_id);
1543
lvid
->num_part = udf_rw32(num_partmappings);
1545
pos = &
lvid
->tables[0]
1568
struct logvol_int_desc *
lvid
;
local in function:udf_create_lvintd
[
all
...]
/src/sbin/fsck_udf/
main.c
1432
lvint = &dscr->
lvid
;
2979
struct logvol_int_desc *
lvid
;
local in function:udf_close_volume
2985
lvid
= context.logvol_integrity;
2988
assert(
lvid
);
2993
if (context.unique_id > udf_rw64(
lvid
->lvint_next_unique_id)) {
2995
udf_rw64(
lvid
->lvint_next_unique_id),
Completed in 88 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025