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

/freebsd-10.2-release/sys/fs/udf/
H A Decma167-udf.h79 struct long_ad { struct
97 struct long_ad l_ad;
193 struct long_ad fsd_loc;
304 struct long_ad rootdir_icb;
306 struct long_ad next_ex;
307 struct long_ad streamdir_icb;
317 struct long_ad icb;
345 struct long_ad ex_attr_icb;
H A Dudf.h52 struct long_ad root_icb;
109 * XXX Assumes the ICB is a long_ad. This struct is compatible with short_ad,
113 udf_getid(struct long_ad *icb)
H A Dudf_vnops.c1420 * The allocation descriptor field is filled with long_ad's
1426 ad_offset = sizeof(struct long_ad) * ad_num;
1431 icb = GETICB(long_ad, fentry,
1433 icblen = GETICBLEN(long_ad, icb);
1438 le32toh(((struct long_ad *)(icb))->loc.lb_num);
H A Dudf_vfsops.c464 sizeof(struct long_ad));
/freebsd-10.2-release/lib/libprocstat/
H A Dudf.c64 struct long_ad root_icb;

Completed in 102 milliseconds