Lines Matching refs:blob
74 udf_fixup_fid_block(uint8_t *blob, int lb_size,
87 fid_pos = blob + rfix_pos;
100 fid_pos = blob + rfix_pos;
124 udf_fixup_internal_extattr(uint8_t *blob, uint32_t lb_num)
133 tag = (struct desc_tag *) blob;
136 fe = (struct file_entry *) blob;
141 efe = (struct extfile_entry *) blob;
180 udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int udf_c_type)
204 tag = (struct desc_tag *) blob;
251 udf_fixup_internal_extattr(blob, lb_num);
255 udf_fixup_fid_block(blob, lb_size, intern_pos,
260 sbm_tag = (struct desc_tag *) (blob + intern_pos);
265 udf_validate_tag_and_crc_sums(blob);
285 udf_read_phys_sectors(struct udf_mount *ump, int what, void *blob,
302 buf->b_data = blob;
484 udf_write_phys_sectors(struct udf_mount *ump, int what, void *blob,
499 buf->b_data = blob;