Home
last modified time | relevance | path

Searched refs:ad_type (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/isofs/udf/
H A Decma167-udf.h815 #define GETICB(ad_type, fentry, offset) \ argument
816 (struct ad_type *)&fentry->data[offset]
818 #define GETICBLEN(ad_type, icb) letoh32(((struct ad_type *)(icb))->len) argument
/openbsd/sys/ntfs/
H A Dntfs.h210 u_int32_t ad_type; member
220 u_int32_t ad_type; member
H A Dntfs_vfsops.c411 ntmp->ntm_ad[i].ad_type = ad.ad_type; in ntfs_mountfs()
H A Dntfs_subr.c803 *attrtype = adp->ad_type; in ntfs_ntlookupattr()