Home
last modified time | relevance | path

Searched refs:lvid_fst (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c410 p->lvid_fst[0] = SWAP32(p->lvid_fst[0]); in ud_swap_lvint()
411 p->lvid_fst[1] = SWAP32(p->lvid_fst[1]); in ud_swap_lvint()
413 lvup = (struct lvid_iu *)&p->lvid_fst[2]; in ud_swap_lvint()
H A Dmkfs.c1091 lvip->lvid_fst[0] = part_len - nextlogblock; /* Free space */ in volseqinit()
1092 lvip->lvid_fst[1] = part_len; /* Size */ in volseqinit()
1093 lviup = (struct lvid_iu *)&lvip->lvid_fst[2]; in volseqinit()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c519 lviup = (struct lvid_iu *)&lvintp->lvid_fst[lvintp->lvid_npart*2]; in readvolseq()
521 (void) printf("free space %d total %d ", lvintp->lvid_fst[0], in readvolseq()
522 lvintp->lvid_fst[1]); in readvolseq()
H A Dpass1.c600 lviup = (struct lvid_iu *)&lvintp->lvid_fst[2]; in dolvint()
601 if ((lvintp->lvid_fst[0] != part_len - n_blks || in dolvint()
608 lvintp->lvid_fst[0] = part_len - n_blks; in dolvint()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c802 &((struct log_vol_int_desc *)0)->lvid_fst) + in ud_get_latest_lvid()
1781 i, SWAP_32(lvid->lvid_fst[i]), in print_lvid()
1782 SWAP_32(lvid->lvid_fst[count + i])); in print_lvid()
1785 addr = (caddr_t)lvid->lvid_fst; in print_lvid()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h554 uint32_t lvid_fst[2]; /* 50 Free Space Table */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c544 temp = lvid->lvid_fst; in ud_sbwrite()
H A Dudf_vfsops.c1564 temp = lvid->lvid_fst; in ud_convert_to_superblock()