Home | History | Annotate | Download | only in newfs_udf

Lines Matching defs:mpos

297 	uint32_t pos, mpos;
480 mpos = pos;
481 layout.fsd = mpos; mpos += 1;
482 layout.rootdir = mpos;
483 pos = mpos;
485 mpos = 0;
486 layout.fsd = mpos; mpos += 1;
487 layout.rootdir = mpos;
490 /* pos and mpos now refer to the rootdir block */
492 context.alloc_pos[context.metadata_part] = mpos;