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

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.h57 #define UDF_PMAPS 4 /* overkill */ macro
63 #define UDF_VTOP_RAWPART UDF_PMAPS /* [0..UDF_PMAPS> are normal */
173 int vtop[UDF_PMAPS+1]; /* vpartnr trans */
174 int vtop_tp[UDF_PMAPS+1]; /* type of trans */
175 int vtop_offset[UDF_PMAPS+1]; /* offset in lb */
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf.h135 #define UDF_PMAPS 5 /* overkill */ macro
165 #define UDF_VTOP_RAWPART UDF_PMAPS /* [0..UDF_PMAPS> are normal */
290 int vtop[UDF_PMAPS+1]; /* vpartnr trans */
291 int vtop_tp[UDF_PMAPS+1]; /* type of trans */
296 int vtop_alloc[UDF_PMAPS+1]; /* alloc scheme */
H A Dudf_subr.c1925 if (n_pm > UDF_PMAPS) {

Completed in 75 milliseconds