Home
last modified time | relevance | path

Searched refs:GETICBLEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/udf/
H A Dudf_vnops.c1109 icblen = GETICBLEN(short_ad, icb); in udf_bmap_internal()
1116 *max_size = GETICBLEN(short_ad, icb); in udf_bmap_internal()
1133 icblen = GETICBLEN(long_ad, icb); in udf_bmap_internal()
1140 *max_size = GETICBLEN(long_ad, icb); in udf_bmap_internal()
H A Decma167-udf.h374 #define GETICBLEN(ad_type, icb) ((struct ad_type *)(icb))->len macro