Searched refs:UDF_LVDINT_SEGMENTS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/fs/udf/
H A Dudf.h142 #define UDF_LVDINT_SEGMENTS 100 /* big overkill */ macro
292 struct udf_lvintq lvint_trace[UDF_LVDINT_SEGMENTS];
H A Dudf_subr.c1188 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);
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.h83 #define UDF_LVDINT_SEGMENTS 10 /* big overkill */ macro
251 struct udf_lvintq lvint_trace[UDF_LVDINT_SEGMENTS]; /* fsck */
/netbsd-current/sbin/fsck_udf/
H A Dmain.c1389 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 112 milliseconds