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

/freebsd-13-stable/lib/libc/gen/
H A Ddisklabel.c146 getnumdflt(pp->p_fstype, ptype, 0);
147 if (pp->p_fstype == 0)
149 pp->p_fstype = gettype(cq, fstypenames);
/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c174 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
270 sbuf_printf(sb, " xs BSD xt %u", entry->part.p_fstype);
274 entry->part.p_fstype);
287 return ((entry->part.p_fstype == FS_UNUSED ||
288 entry->part.p_fstype == FS_SWAP) ? 1 : 0);
302 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
449 part.p_fstype = p[12];
484 type = entry->part.p_fstype;
522 p[12] = entry->part.p_fstype;
H A Dg_part_bsd64.c84 * If p_fstype is not supported for a live partition it is set
91 u_int8_t p_fstype; member in struct:disklabel64::partition64
567 entry->fstype = dlp->d_partitions[index].p_fstype;
651 dlp->d_partitions[index].p_fstype = entry->fstype;
/freebsd-13-stable/sys/sys/disk/
H A Dbsd.h124 uint8_t p_fstype; /* filesystem type, see below */ member in struct:disklabel::partition
/freebsd-13-stable/sbin/bsdlabel/
H A Dbsdlabel.c577 if (pp->p_fstype < FSMAXTYPES)
578 fprintf(f, "%8.8s", fstypenames[pp->p_fstype]);
580 fprintf(f, "%8d", pp->p_fstype);
581 switch (pp->p_fstype) {
1047 pp->p_fstype = cpp - fstypenames;
1062 pp->p_fstype = v;
1065 switch (pp->p_fstype) {
1353 pp->p_fstype != FS_VINUM) {
1402 if (pp->p_fstype != FS_UNUSED)
1409 if ((pp->p_fstype !
[all...]
/freebsd-13-stable/sys/geom/
H A Dgeom_bsd_enc.c64 d->p_fstype = ptr[12];
143 ptr[12] = d->p_fstype;
/freebsd-13-stable/usr.bin/mkimg/
H A Dbsd.c108 dp->p_fstype = ALIAS_TYPE2INT(part->type);
/freebsd-13-stable/sbin/newfs/
H A Dnewfs.c372 if (pp->p_fstype == FS_BOOT)
H A Dmkfs.c661 pp->p_fstype = FS_BSDFFS;
/freebsd-13-stable/stand/common/
H A Dpart.c510 entry->part.type = bsd_parttype(part->p_fstype);
512 entry->type.bsd = part->p_fstype;

Completed in 82 milliseconds