Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/udf/
H A Decma167-udf.h371 #define GETICB(ad_type, fentry, offset) \ argument
372 (struct ad_type *)&fentry->data[offset]
374 #define GETICBLEN(ad_type, icb) ((struct ad_type *)(icb))->len argument
/dragonfly/sys/vfs/ntfs/
H A Dntfs.h208 u_int32_t ad_type; member
218 u_int32_t ad_type; member
H A Dntfs_vfsops.c462 ntmp->ntm_ad[i].ad_type = ad.ad_type; in ntfs_mountfs()
H A Dntfs_subr.c817 *attrtype = adp->ad_type; in ntfs_ntlookupattr()