/src/usr.sbin/sysinst/ |
mbr.h | 69 uint fs_type[MBR_PART_COUNT], fs_sub_type[MBR_PART_COUNT]; member in struct:mbr_info_t
|
disklabel.c | 47 uint fs_sub_type[MAXPARTITIONS], fs_opt3[MAXPARTITIONS]; member in struct:disklabel_disk_partitions 275 uint fs_type, fs_sub_type; local in function:disklabel_parts_read 278 &fs_type, &fs_sub_type, flags); 284 parts->fs_sub_type[part] = fs_sub_type; 749 unsigned *fstype, unsigned *fs_sub_type) 755 *fs_sub_type = 2; 758 *fs_sub_type = 0; 788 info->fs_sub_type = parts->fs_sub_type[part] [all...] |
partitions.h | 154 unsigned int fs_type, fs_sub_type, /* FS_* type of filesystem member in struct:disk_part_info 270 unsigned *fstype, unsigned *fs_sub_type);
|
label.c | 113 unsigned int fs_type, fs_sub_type; local in function:checklabel 133 fs_sub_type = info.fs_sub_type; 154 getfslabelname(fs_type, fs_sub_type)); 160 info.fs_sub_type)); 555 if (edit->info.fs_sub_type == 3) 557 else if (edit->info.fs_sub_type == 2) 562 } else if (t == FS_EX2FS && edit->info.fs_sub_type == 1) { 599 edit->info.fs_sub_type = 3-menu->cursel; 603 edit->info.fs_sub_type = 1 [all...] |
gpt.c | 137 uint fs_type, fs_sub_type, /* FS_* and maybe sub type */ member in struct:gpt_part_entry 406 &p->fs_sub_type, p->gp_type->fsflags); 426 p->fs_sub_type = 2; 524 info->fs_sub_type = p->fs_sub_type; 921 gpt_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned fs_sub_type) 941 unsigned *fstype, unsigned *fs_sub_type) 952 *fs_sub_type = 2; 955 *fs_sub_type = 0; 1065 p->fs_sub_type = info->fs_sub_type [all...] |