Searched refs:max_udf (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c612 (context.max_udf > 0x200))
613 context.max_udf = 0x201;
616 if (context.max_udf <= 0x150)
621 if ((context.min_udf < 0x200) || (context.max_udf < 0x200)) {
623 context.max_udf = 0x150; /* last version < 0x200 */
627 if (context.min_udf > context.max_udf) {
630 context.max_udf, context.min_udf);
634 if (!UDF_VERSION(context.min_udf) || !UDF_VERSION(context.max_udf)) {
1441 "[-t gmtoff] [-v min_udf] [-V max_udf] special\n", getprogname());
1474 context.max_udf
[all...]
H A Dudf_create.h130 int max_udf; /* hex */ member in struct:udf_create_context
H A Dudf_create.c62 context.max_udf = 0x0260;
1077 lvinfo->max_udf_writever = udf_rw16(context.max_udf);
1835 vathdr->max_udf_writever = udf_rw16(context.max_udf);

Completed in 82 milliseconds