Searched refs:ea_off (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c173 int32_t ea_len, ea_off; local
621 ea_off = GET_32(&eah->eah_ial);
628 while (ea_off < ea_len) {
630 * We now check the validity of ea_off.
631 * (ea_len - ea_off) should be large enough to
634 if ((ea_len - ea_off) <
637 "ea_len(0x%x) - ea_off(0x%x) is "
640 ea_len, ea_off, ip->i_icb_block);
643 ah = (struct attr_hdr *)&fe->fe_spec[ea_off];
652 if ((ea_len - ea_off) <
[all...]
H A Dudf_subr.c1187 int32_t fidlen, ea_off; local
1277 ea_off = GET_32(&eah->eah_ial);
1278 if (ea_off >= desc_len) {
1280 "ea_off(0x%x) is not less than ea_len(0x%x) blockno 0x%x\n",
1281 ea_off, desc_len, blockno);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c516 uint32_t i32, block, ea_len, ea_off; local
645 ea_off = SWAP_32(eah->eah_ial);
650 while (ea_off < ea_len) {
653 &fe->fe_spec[ea_off];

Completed in 68 milliseconds