Searched defs:eah (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c992 struct ext_attr_hdr *eah; local
1111 eah = (struct ext_attr_hdr *)fe->fe_spec;
1113 eah->eah_ial = SWAP_32(ea_len);
1119 eah->eah_aal = SWAP_32(ea_len);
1120 ud_make_tag(udf_vfsp, &eah->eah_tag,
H A Dudf_inode.c171 struct ext_attr_hdr *eah; local
620 eah = (struct ext_attr_hdr *)fe->fe_spec;
621 ea_off = GET_32(&eah->eah_ial);
623 if (ea_len && (ud_verify_tag_and_desc(&eah->eah_tag,
H A Dudf_subr.c1185 struct ext_attr_hdr *eah; local
1193 eah = (struct ext_attr_hdr *)tag;
1270 eah = (struct ext_attr_hdr *)tag;
1271 if (SWAP_32(eah->eah_aal) > desc_len) {
1274 SWAP_32(eah->eah_aal), desc_len, blockno);
1277 ea_off = GET_32(&eah->eah_ial);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c521 struct ext_attr_hdr *eah; local
644 eah = (struct ext_attr_hdr *)fe->fe_spec;
645 ea_off = SWAP_32(eah->eah_ial);
647 block = SWAP_32(eah->eah_tag.tag_loc);
648 if (ea_len && (ud_verify_tag(udh, &eah->eah_tag,
663 ud_make_tag(udh, &eah->eah_tag,
665 eah->eah_tag.tag_crc_len);

Completed in 71 milliseconds