OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lvid
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/fs/udf/
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
...]
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'
ecma167-udf.h
824
struct logvol_int_desc
lvid
;
member in union:dscrptr
udf_subr.c
743
size += udf_rw32(dscr->
lvid
.l_iu);
744
size += (2 * udf_rw32(dscr->
lvid
.num_part) * sizeof(uint32_t));
1223
lvint = &dscr->
lvid
;
1351
DPRINTF(VOLUMES, ("\treading %d
lvid
descriptors\n", cpy_len));
1394
DPRINTF(VOLUMES, ("\twriting %d
lvid
descriptors\n", cpy_len));
1397
lvint = &bufs[cnt]->
lvid
;
3005
* update
LVID
from "*UDF VAT LVExtension" extended attribute
/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 22 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025