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

  /src/sys/fs/udf/
udf_allocation.c 1815 struct short_ad *short_ad; local in function:udf_get_adslot
1850 adlen = sizeof(struct short_ad);
1861 short_ad = (struct short_ad *) (data_pos + l_ad-adlen);
1862 l_icb.len = short_ad->len;
1864 l_icb.loc.lb_num = short_ad->lb_num;
1900 short_ad = (struct short_ad *) (data_pos + offset);
1901 icb->len = short_ad->len
1923 struct short_ad *short_ad; local in function:udf_append_adslot
    [all...]
ecma167-udf.h 162 struct short_ad { struct
199 struct short_ad s_ad;
549 struct short_ad unalloc_space_table;
550 struct short_ad unalloc_space_bitmap;
551 struct short_ad part_integrity_table; /* has to be ZERO for UDF */
552 struct short_ad freed_space_table;
553 struct short_ad freed_space_bitmap;
  /src/sbin/newfs_udf/
udf_core.c 2611 struct short_ad *mapping)
2630 /* append short_ad */
2632 memcpy((void *)bpos, mapping, sizeof(struct short_ad));
2634 l_ad += sizeof(struct short_ad);
2635 crclen += sizeof(struct short_ad);
2655 struct short_ad mapping;
3882 struct short_ad *short_ad; local in function:udf_translate_vtop
3978 short_ad = (struct short_ad *) data_pos
    [all...]
  /src/sbin/fsck_udf/
main.c 327 struct short_ad *short_adp = NULL;
362 /* create one short_ad or one long_ad */
364 short_adp = (struct short_ad *) bpos;
367 l_ad = sizeof(struct short_ad);
747 struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
943 struct short_ad *short_adp = NULL;
1002 short_adp = (struct short_ad *) bpos;
1024 ad_len = sizeof(struct short_ad);
1094 short_adp = (struct short_ad *) bpos;
2235 struct short_ad *short_ad local in function:udf_metadata_node_supported
    [all...]

Completed in 18 milliseconds