Searched refs:iext (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c105 struct icb_ext *iext; local
115 iext = &ip->i_ext[i];
116 if (iext->ib_flags == IB_UN_RE_AL) {
130 struct icb_ext *iext; local
145 iext = &ip->i_ext[i];
146 if ((iext->ib_offset <= off) &&
147 (off < (iext->ib_offset + iext->ib_count))) {
148 length = ((iext->ib_offset +
149 iext
201 struct icb_ext *iext, *pext; local
607 struct icb_ext *iext, *con; local
743 struct icb_ext *iext; local
786 struct icb_ext *iext; local
943 struct icb_ext *iext, *next; local
994 struct icb_ext *iext; local
1095 struct icb_ext *iext, *pext; local
[all...]
H A Dudf_inode.c176 struct icb_ext *iext, *con; local
745 iext = ip->i_ext;
770 iext->ib_prn = 0;
771 iext->ib_block = SWAP_32(sad->sad_ext_loc);
773 iext->ib_count = length & 0x3FFFFFFF;
774 iext->ib_offset = offset;
775 iext->ib_marker1 = (uint32_t)0xAAAAAAAA;
776 iext->ib_marker2 = (uint32_t)0xBBBBBBBB;
777 offset += (iext->ib_count + udf_vfsp->udf_lbmask) &
780 iext
1319 struct icb_ext *iext, *icon; local
1503 ud_make_sad(struct icb_ext *iext, struct short_ad *sad, int32_t count) argument
1525 ud_make_lad(struct icb_ext *iext, struct long_ad *lad, int32_t count) argument
1688 struct icb_ext *iext, *icon; local
[all...]
H A Dudf_subr.c302 struct icb_ext *iext; local
316 iext = &ip->i_ext[i];
317 if ((iext->ib_offset <= offset) &&
318 (offset < (iext->ib_offset + iext->ib_count))) {
319 *bno = iext->ib_block +
320 ((offset - iext->ib_offset) >>
H A Dudf_dir.c1351 struct icb_ext *iext; local
1377 iext = ip->i_ext;
1378 iext->ib_prn = ip->i_icb_prn;
1379 iext->ib_block = blkno;
1380 iext->ib_count = ip->i_size;
1381 iext->ib_offset = 0;

Completed in 69 milliseconds