Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_bsd.c172 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 Dg_part_bsd64.c88 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 Ddisklabel.c142 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 Dbsdlabel.c566 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 Dgeom_bsd_enc.c61 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 Dbsd.h123 uint8_t p_fstype; /* filesystem type, see below */ member
/freebsd/usr.bin/mkimg/
H A Dbsd.c106 dp->p_fstype = ALIAS_TYPE2INT(part->type); in bsd_write()
/freebsd/stand/common/
H A Dpart.c505 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 Dnewfs.c362 if (pp->p_fstype == FS_BOOT) in main()
H A Dmkfs.c673 pp->p_fstype = FS_BSDFFS; in mkfs()