Searched refs:p_fstype (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Ddisklabel.c142 getnumdflt(pp->p_fstype, ptype, 0);
143 if (pp->p_fstype == 0)
145 pp->p_fstype = gettype(cq, fstypenames);
/freebsd-current/sys/geom/part/
H A Dg_part_bsd.c171 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
266 sbuf_printf(sb, " xs BSD xt %u", entry->part.p_fstype);
270 entry->part.p_fstype);
283 return ((entry->part.p_fstype == FS_UNUSED ||
284 entry->part.p_fstype == FS_SWAP) ? 1 : 0);
298 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
445 part.p_fstype = p[12];
480 type = entry->part.p_fstype;
518 p[12] = entry->part.p_fstype;
H A Dg_part_bsd64.c81 * If p_fstype is not supported for a live partition it is set
88 uint8_t p_fstype; member in struct:disklabel64::partition64
564 entry->fstype = dlp->d_partitions[index].p_fstype;
648 dlp->d_partitions[index].p_fstype = entry->fstype;
/freebsd-current/sys/sys/disk/
H A Dbsd.h123 uint8_t p_fstype; /* filesystem type, see below */ member in struct:disklabel::partition
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c566 if (pp->p_fstype < FSMAXTYPES)
567 fprintf(f, "%8.8s", fstypenames[pp->p_fstype]);
569 fprintf(f, "%8d", pp->p_fstype);
570 switch (pp->p_fstype) {
1036 pp->p_fstype = cpp - fstypenames;
1051 pp->p_fstype = v;
1054 switch (pp->p_fstype) {
1336 pp->p_fstype != FS_VINUM) {
1385 if (pp->p_fstype != FS_UNUSED)
1392 if ((pp->p_fstype !
[all...]
/freebsd-current/sys/geom/
H A Dgeom_bsd_enc.c61 d->p_fstype = ptr[12];
140 ptr[12] = d->p_fstype;
/freebsd-current/usr.bin/mkimg/
H A Dbsd.c106 dp->p_fstype = ALIAS_TYPE2INT(part->type);
/freebsd-current/sbin/newfs/
H A Dnewfs.c362 if (pp->p_fstype == FS_BOOT)
H A Dmkfs.c677 pp->p_fstype = FS_BSDFFS;
/freebsd-current/stand/common/
H A Dpart.c505 entry->part.type = bsd_parttype(part->p_fstype);
507 entry->type.bsd = part->p_fstype;

Completed in 194 milliseconds