OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udf_c_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf_subr.h
115
int udf_get_record_vpart(struct udf_mount *ump, int
udf_c_type
);
118
int udf_reserve_space(struct udf_mount *ump, struct udf_node *udf_node, int
udf_c_type
, uint16_t vpart_num, uint32_t num_lb, int can_fail);
120
int udf_allocate_space(struct udf_mount *ump, struct udf_node *udf_node, int
udf_c_type
, uint16_t vpart_num, uint32_t num_lb, uint64_t *lmapping);
148
void udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int
udf_c_type
);
udf_allocation.c
1065
int
udf_c_type
, uint16_t vpart_num, uint32_t num_lb, int can_fail)
1149
int
udf_c_type
, uint16_t vpart_num, uint32_t num_lb, uint64_t *lmapping)
1162
udf_c_type
, vpart_num, num_lb));
1169
is_node = (
udf_c_type
== UDF_C_NODE);
1639
int lb_size,
udf_c_type
;
local
1652
udf_c_type
= buf->b_udf_c_type;
1657
vpart_num = *vpart_nump = udf_get_record_vpart(ump,
udf_c_type
);
1659
if (
udf_c_type
== UDF_C_NODE) {
1670
error = udf_allocate_space(ump, udf_node,
udf_c_type
,
1681
if ((
udf_c_type
== UDF_C_USERDATA) |
[
all
...]
udf_readwrite.c
180
udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int
udf_c_type
)
192
if (
udf_c_type
!= UDF_C_NODE)
udf_subr.c
971
udf_get_record_vpart(struct udf_mount *ump, int
udf_c_type
)
976
if (
udf_c_type
== UDF_C_NODE)
978
if (
udf_c_type
== UDF_C_FIDS)
4033
int
udf_c_type
, vpart_num, can_fail;
local
4048
udf_c_type
= udf_get_c_type(udf_node);
4049
vpart_num = udf_get_record_vpart(ump,
udf_c_type
);
4055
if (
udf_c_type
== UDF_C_FIDS)
4062
error = udf_reserve_space(ump, udf_node,
udf_c_type
,
Completed in 21 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026