OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_part
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf_subr.c
994
uint16_t
phys_part
;
local
996
for (
phys_part
= 0;
phys_part
< UDF_PARTITIONS;
phys_part
++) {
997
part = ump->partitions[
phys_part
];
1003
return
phys_part
;
1017
uint16_t
phys_part
, raw_phys_part;
local
1048
phys_part
= udf_find_raw_phys(ump, raw_phys_part);
1050
if (
phys_part
== UDF_PARTITIONS) {
1055
UDF_UPDATE_DSCR(ump->partitions[
phys_part
], &dscr->pd)
1539
uint32_t
phys_part
;
local
1672
uint32_t
phys_part
;
local
1890
int pmap_type, log_part,
phys_part
, raw_
phys_part
, maps_on;
local
3201
uint16_t raw_
phys_part
,
phys_part
;
local
[
all
...]
udf_allocation.c
171
int
phys_part
;
185
phys_part
= ump->vtop[vpart_num];
188
bitmap = &ump->part_unalloc_bits[
phys_part
];
1306
int
phys_part
;
local
1322
phys_part
= ump->vtop[vpart_num];
1325
bitmap = &ump->part_freed_bits[
phys_part
];
1329
bitmap = &ump->part_unalloc_bits[
phys_part
];
/src/sbin/newfs_udf/
udf_core.c
1076
uint16_t
phys_part
;
local
1078
for (
phys_part
= 0;
phys_part
< UDF_PARTITIONS;
phys_part
++) {
1079
part = context.partitions[
phys_part
];
1085
return
phys_part
;
1223
udf_add_logvol_part_physical(uint16_t
phys_part
)
1239
pmap->pm1.part_num = udf_rw16(
phys_part
);
1241
context.vtop [log_part] =
phys_part
;
1256
udf_add_logvol_part_virtual(uint16_t
phys_part
)
[
all
...]
/src/sbin/fsck_udf/
main.c
2279
uint16_t raw_phys_part,
phys_part
;
local
2289
phys_part
= udf_find_raw_phys(raw_phys_part);
2291
error = udf_read_dscr_virt(layout.meta_file,
phys_part
, &dscr1);
2305
error = udf_read_dscr_virt(layout.meta_mirror,
phys_part
, &dscr2);
2331
layout.meta_file,
phys_part
, 1);
2340
layout.meta_mirror,
phys_part
, 1);
2352
error = udf_read_dscr_virt(layout.meta_bitmap,
phys_part
, &dscr3);
2395
int pmap_type, log_part,
phys_part
, raw_phys_part; //, maps_on;
local
2523
phys_part
= udf_find_raw_phys(raw_phys_part);
2525
if (
phys_part
== UDF_PARTITIONS)
2668
uint16_t raw_
phys_part
,
phys_part
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026