Home
last modified time | relevance | path

Searched refs:eah (Results 1 – 4 of 4) sorted by relevance

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