Home | History | Annotate | Download | only in newfs_udf

Lines Matching refs:rootdir

439 	 * Pick fixed logical space sector numbers for main FSD, rootdir and
482 layout.rootdir = mpos;
487 layout.rootdir = mpos;
490 /* pos and mpos now refer to the rootdir block */
1619 fsd->rootdir_icb.loc.lb_num = udf_rw32(layout.rootdir);
2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir);
2776 /* rootdir has explicit only one link on creation; '..' is no link */
2895 assert((layout.rootdir < 2) && (layout.fsd < 2));
5022 udf_mark_allocated(layout.rootdir, context.metadata_part, 1);
5025 layout.rootdir, context.metadata_part, 1);