Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c250 if (udh->udfs.flags & VALID_RVDS) { in label()
259 if (udh->udfs.flags & VALID_RVDS) { in label()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h76 #define VALID_RVDS 0x0004 macro
H A Dud_lib.c235 h->udfs.flags |= VALID_RVDS; in ud_fill_udfs_info()
238 if ((h->udfs.flags & (VALID_MVDS | VALID_RVDS)) == 0) { in ud_fill_udfs_info()