Home
last modified time | relevance | path

Searched refs:root_icb (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sbin/newfs_udf/
Dudf_core.c2754 struct long_ad root_icb; in udf_create_new_rootdir() local
2757 memset(&root_icb, 0, sizeof(root_icb)); in udf_create_new_rootdir()
2758 root_icb.len = udf_rw32(context.sector_size); in udf_create_new_rootdir()
2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); in udf_create_new_rootdir()
2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); in udf_create_new_rootdir()
2774 udf_append_parentfid(*dscr, &root_icb); in udf_create_new_rootdir()