/src/sbin/newfs_udf/ |
udf_core.c | 2754 struct long_ad root_icb; local in function:udf_create_new_rootdir 2757 memset(&root_icb, 0, sizeof(root_icb)); 2758 root_icb.len = udf_rw32(context.sector_size); 2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); 2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); 2774 udf_append_parentfid(*dscr, &root_icb);
|
udf_core.c | 2754 struct long_ad root_icb; local in function:udf_create_new_rootdir 2757 memset(&root_icb, 0, sizeof(root_icb)); 2758 root_icb.len = udf_rw32(context.sector_size); 2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); 2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); 2774 udf_append_parentfid(*dscr, &root_icb);
|
udf_core.c | 2754 struct long_ad root_icb; local in function:udf_create_new_rootdir 2757 memset(&root_icb, 0, sizeof(root_icb)); 2758 root_icb.len = udf_rw32(context.sector_size); 2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); 2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); 2774 udf_append_parentfid(*dscr, &root_icb);
|
udf_core.c | 2754 struct long_ad root_icb; local in function:udf_create_new_rootdir 2757 memset(&root_icb, 0, sizeof(root_icb)); 2758 root_icb.len = udf_rw32(context.sector_size); 2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); 2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); 2774 udf_append_parentfid(*dscr, &root_icb);
|
udf_core.c | 2754 struct long_ad root_icb; local in function:udf_create_new_rootdir 2757 memset(&root_icb, 0, sizeof(root_icb)); 2758 root_icb.len = udf_rw32(context.sector_size); 2759 root_icb.loc.lb_num = udf_rw32(layout.rootdir); 2760 root_icb.loc.part_num = udf_rw16(context.metadata_part); 2774 udf_append_parentfid(*dscr, &root_icb);
|
/src/sbin/fsck_udf/ |
main.c | 3856 struct long_ad root_icb, sys_stream_icb; local in function:udf_check_directory_tree 3873 root_icb = context.fileset_desc->rootdir_icb; 3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
|
main.c | 3856 struct long_ad root_icb, sys_stream_icb; local in function:udf_check_directory_tree 3873 root_icb = context.fileset_desc->rootdir_icb; 3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
|
main.c | 3856 struct long_ad root_icb, sys_stream_icb; local in function:udf_check_directory_tree 3873 root_icb = context.fileset_desc->rootdir_icb; 3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
|
main.c | 3856 struct long_ad root_icb, sys_stream_icb; local in function:udf_check_directory_tree 3873 root_icb = context.fileset_desc->rootdir_icb; 3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
|
main.c | 3856 struct long_ad root_icb, sys_stream_icb; local in function:udf_check_directory_tree 3873 root_icb = context.fileset_desc->rootdir_icb; 3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
|