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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c356 if (lvintp->lvid_int_type == LVI_CLOSE) {
H A Dpass1.c613 lvintp->lvid_int_type != LVI_CLOSE ||
618 lvintp->lvid_int_type = LVI_CLOSE;
H A Dsetup.c231 lvintp->lvid_int_type == LVI_CLOSE) {
H A Dutilities.c584 switch (lvintp->lvid_int_type) {
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c407 p->lvid_int_type = SWAP32(p->lvid_int_type);
H A Dmkfs.c1086 lvip->lvid_int_type = LOG_VOL_CLOSE_INT;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c749 if (SWAP_32(lvid->lvid_int_type) !=
838 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) {
899 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) {
1421 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) {
H A Dudf_subr.c539 lvid->lvid_int_type = SWAP_32(LOG_VOL_OPEN_INT);
541 lvid->lvid_int_type = SWAP_32(LOG_VOL_CLOSE_INT);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h548 uint32_t lvid_int_type; /* 1C Integrity Type */ member in struct:log_vol_int_desc
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1775 if (SWAP_32(lvid->lvid_int_type) == 0) {
1778 } else if (SWAP_32(lvid->lvid_int_type) == 1) {

Completed in 65 milliseconds