Searched refs:p_fstype (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/geom/part/ |
H A D | g_part_bsd.c | 172 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype)); in g_part_bsd_add() 267 sbuf_printf(sb, " xs BSD xt %u", entry->part.p_fstype); in g_part_bsd_dumpconf() 271 entry->part.p_fstype); in g_part_bsd_dumpconf() 284 return ((entry->part.p_fstype == FS_UNUSED || in g_part_bsd_dumpto() 285 entry->part.p_fstype == FS_SWAP) ? 1 : 0); in g_part_bsd_dumpto() 299 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype)); in g_part_bsd_modify() 446 part.p_fstype = p[12]; in g_part_bsd_read() 481 type = entry->part.p_fstype; in g_part_bsd_type() 519 p[12] = entry->part.p_fstype; in g_part_bsd_write()
|
H A D | g_part_bsd64.c | 88 uint8_t p_fstype; member 565 entry->fstype = dlp->d_partitions[index].p_fstype; in g_part_bsd64_read() 649 dlp->d_partitions[index].p_fstype = entry->fstype; in g_part_bsd64_write()
|
/freebsd/lib/libc/gen/ |
H A D | disklabel.c | 142 getnumdflt(pp->p_fstype, ptype, 0); in getdiskbyname() 143 if (pp->p_fstype == 0) in getdiskbyname() 145 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
|
/freebsd/sbin/bsdlabel/ |
H A D | bsdlabel.c | 566 if (pp->p_fstype < FSMAXTYPES) in display() 567 fprintf(f, "%8.8s", fstypenames[pp->p_fstype]); in display() 569 fprintf(f, "%8d", pp->p_fstype); in display() 570 switch (pp->p_fstype) { in display() 1036 pp->p_fstype = cpp - fstypenames; in getasciipartspec() 1051 pp->p_fstype = v; in getasciipartspec() 1054 switch (pp->p_fstype) { in getasciipartspec() 1336 pp->p_fstype != FS_VINUM) { in checklabel() 1385 if (pp->p_fstype != FS_UNUSED) in checklabel() 1392 if ((pp->p_fstype != FS_UNUSED) || (pp->p_offset != 0) || in checklabel() [all …]
|
/freebsd/sys/geom/ |
H A D | geom_bsd_enc.c | 61 d->p_fstype = ptr[12]; in bsd_partition_le_dec() 140 ptr[12] = d->p_fstype; in bsd_partition_le_enc()
|
/freebsd/sys/sys/disk/ |
H A D | bsd.h | 123 uint8_t p_fstype; /* filesystem type, see below */ member
|
/freebsd/usr.bin/mkimg/ |
H A D | bsd.c | 106 dp->p_fstype = ALIAS_TYPE2INT(part->type); in bsd_write()
|
/freebsd/stand/common/ |
H A D | part.c | 505 entry->part.type = bsd_parttype(part->p_fstype); in ptable_bsdread() 507 entry->type.bsd = part->p_fstype; in ptable_bsdread()
|
/freebsd/sbin/newfs/ |
H A D | newfs.c | 362 if (pp->p_fstype == FS_BOOT) in main()
|
H A D | mkfs.c | 673 pp->p_fstype = FS_BSDFFS; in mkfs()
|