Home
last modified time | relevance | path

Searched defs:fs_sub_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dmbr.h69 uint fs_type[MBR_PART_COUNT], fs_sub_type[MBR_PART_COUNT]; member
H A Ddisklabel.c47 uint fs_sub_type[MAXPARTITIONS], fs_opt3[MAXPARTITIONS]; member
275 uint fs_type, fs_sub_type; in disklabel_parts_read() local
749 unsigned *fstype, unsigned *fs_sub_type) in disklabel_get_default_fstype()
H A Dgpt.c137 uint fs_type, fs_sub_type, /* FS_* and maybe sub type */ member
918 gpt_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned fs_sub_type) in gpt_get_fs_part_type()
938 unsigned *fstype, unsigned *fs_sub_type) in gpt_get_default_fstype()
H A Dlabel.c113 unsigned int fs_type, fs_sub_type; in checklabel() local
1966 get_last_mounted(int fd, daddr_t partstart, uint *fs_type, uint *fs_sub_type, in get_last_mounted()
H A Dpartitions.h154 unsigned int fs_type, fs_sub_type, /* FS_* type of filesystem member