HomeSort by: relevance | last modified time | path
    Searched refs:fs_sub_type (Results 1 - 18 of 18) sorted by relevancy

  /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
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...]
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);
partitions.c 104 dest->fs_sub_type);
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...]
mbr.c 629 &mbri->fs_sub_type[i],
1382 info->fs_sub_type = mb->fs_sub_type[i];
1384 info->fs_sub_type = 0;
1405 info->fs_sub_type = mp->mbrp_type;
1795 if (data.fs_sub_type != 0)
1796 m->fs_sub_type[i] = data.fs_sub_type;
1835 info->fs_sub_type = m->fs_sub_type[i]
    [all...]
bsddisklabel.c 942 infos->fs_version = info->fs_sub_type;
1303 infos[pno].fs_version = info.fs_sub_type;
1517 infos[i].fs_sub_type = want->fs_version;
1604 infos[i].fs_sub_type = want->fs_version;
1666 infos[i].fs_sub_type = want->fs_version;
defs.h 772 * The fs_type and fs_sub_type pointers may be NULL.
775 uint *fs_sub_type, uint flags);
partman.c 2385 info.fs_sub_type = fs_subtype;
2881 info.fs_sub_type);
3364 &info.fs_type, &info.fs_sub_type);
part_edit.c 986 info.fs_sub_type);
util.c 2468 (*list)[no].fs_version = info.fs_sub_type;
  /src/usr.sbin/sysinst/arch/arc/
md.c 279 .fs_sub_type = MBR_PTYPE_FAT12,
284 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 294 .fs_sub_type = MBR_PTYPE_LNXEXT2,
299 PT_EXT2, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/ews4800mips/
md.c 262 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/prep/
md.c 295 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/evbarm/
md.c 340 .fs_sub_type = boardtype == BOARD_TYPE_NORMAL ?
  /src/usr.sbin/sysinst/arch/i386/
md.c 697 .fs_type = FS_MSDOS, .fs_sub_type = MBR_PTYPE_FAT32L,

Completed in 26 milliseconds