Searched refs:long_ad (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/isofs/udf/
H A Dudf.h72 struct long_ad um_root_icb;
128 * Assumes the ICB is a long_ad. This struct is compatible with short_ad,
132 udf_getid(struct long_ad *icb)
H A Decma167-udf.h157 struct long_ad { struct
181 struct long_ad l_ad;
368 struct long_ad fsd_loc; /* to fileset descriptor SEQUENCE */
615 struct long_ad rootdir_icb; /* to rootdir; icb->virtual ? */
617 struct long_ad next_ex; /* to the next fileset_desc extent */
618 struct long_ad streamdir_icb; /* streamdir; needed? */
629 struct long_ad icb;
730 struct long_ad ex_attr_icb;
763 struct long_ad ex_attr_icb;
764 struct long_ad streamdir_ic
[all...]
H A Dudf_vnops.c1335 * The allocation descriptor field is filled with long_ad's
1341 ad_offset = sizeof(struct long_ad) * ad_num;
1348 icb = GETICB(long_ad, xfentry, l_ea + ad_offset);
1350 icb = GETICB(long_ad, fentry, l_ea + ad_offset);
1351 icblen = GETICBLEN(long_ad, icb);
1356 letoh32(((struct long_ad *)(icb))->loc.lb_num);
1358 *max_size = GETICBLEN(long_ad, icb);
H A Dudf_vfsops.c324 struct long_ad *la;
334 la = (struct long_ad *)&xfentry->data[letoh32(xfentry->l_ea)];
336 la = (struct long_ad *)&fentry->data[letoh32(fentry->l_ea)];
386 sizeof(struct long_ad));

Completed in 82 milliseconds