HomeSort by: relevance | last modified time | path
    Searched defs:intern_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_readwrite.c 187 uint32_t intern_pos, max_intern_pos; local in function:udf_fixup_node_internals
202 max_intern_pos = intern_pos = lb_num = 0; /* shut up gcc! */
213 intern_pos = UDF_FENTRY_SIZE + l_ea;
214 max_intern_pos = intern_pos + udf_rw64(fe->inf_len);
224 intern_pos = UDF_EXTFENTRY_SIZE + l_ea;
225 max_intern_pos = intern_pos + udf_rw64(efe->inf_len);
255 udf_fixup_fid_block(blob, lb_size, intern_pos,
260 sbm_tag = (struct desc_tag *) (blob + intern_pos);
udf_readwrite.c 187 uint32_t intern_pos, max_intern_pos; local in function:udf_fixup_node_internals
202 max_intern_pos = intern_pos = lb_num = 0; /* shut up gcc! */
213 intern_pos = UDF_FENTRY_SIZE + l_ea;
214 max_intern_pos = intern_pos + udf_rw64(fe->inf_len);
224 intern_pos = UDF_EXTFENTRY_SIZE + l_ea;
225 max_intern_pos = intern_pos + udf_rw64(efe->inf_len);
255 udf_fixup_fid_block(blob, lb_size, intern_pos,
260 sbm_tag = (struct desc_tag *) (blob + intern_pos);

Completed in 21 milliseconds