Searched refs:eah (Results 1 – 4 of 4) sorted by relevance
521 struct ext_attr_hdr *eah; in set_file() local644 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()
1185 struct ext_attr_hdr *eah; in ud_verify_tag_and_desc() local1193 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()
992 struct ext_attr_hdr *eah; in ud_ialloc() local1111 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()
171 struct ext_attr_hdr *eah; in ud_iget() local620 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()