OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDF_LVDINT_SEGMENTS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf.h
142
#define
UDF_LVDINT_SEGMENTS
100 /* big overkill */
292
struct udf_lvintq lvint_trace[
UDF_LVDINT_SEGMENTS
];
udf_subr.c
1188
UDF_LVDINT_SEGMENTS
* sizeof(struct udf_lvintq));
1239
if (trace_len >=
UDF_LVDINT_SEGMENTS
-1) {
1291
for (ext = 1; ext <
UDF_LVDINT_SEGMENTS
; ext++) {
1317
bufs = malloc(
UDF_LVDINT_SEGMENTS
* sizeof(void *), M_TEMP, M_WAITOK);
/src/sbin/newfs_udf/
udf_core.h
83
#define
UDF_LVDINT_SEGMENTS
10 /* big overkill */
251
struct udf_lvintq lvint_trace[
UDF_LVDINT_SEGMENTS
]; /* fsck */
/src/sbin/fsck_udf/
main.c
1389
UDF_LVDINT_SEGMENTS
* sizeof(struct udf_lvintq));
1449
if (trace_len >=
UDF_LVDINT_SEGMENTS
-1) {
1571
for (int i = 0; i <
UDF_LVDINT_SEGMENTS
; i++) {
1586
last_segment = (i ==
UDF_LVDINT_SEGMENTS
-1);
Completed in 80 milliseconds
Indexes created Fri Oct 31 04:09:52 GMT 2025