Home
last modified time | relevance | path

Searched refs:FS_UNUSED (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/disk/
H A Dbsd.h153 #define FS_UNUSED 0 /* unused */ macro
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c572 case FS_UNUSED: /* XXX */ in display()
1049 v = FS_UNUSED; in getasciipartspec()
1055 case FS_UNUSED: in getasciipartspec()
1385 if (pp->p_fstype != FS_UNUSED) in checklabel()
1392 if ((pp->p_fstype != FS_UNUSED) || (pp->p_offset != 0) || in checklabel()
/freebsd/sys/geom/part/
H A Dg_part_bsd.c284 return ((entry->part.p_fstype == FS_UNUSED || in g_part_bsd_dumpto()