Searched refs:attrhdr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/ntfs/
H A Dntfs.h62 struct attrhdr { struct
84 struct attrhdr a_hdr;
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.c2206 struct extattr_entry *attrhdr; local
2264 attrhdr = (struct extattr_entry *) pos;
2268 a_l = udf_rw32(attrhdr->a_l);
2272 if (udf_rw32(attrhdr->type) != sattr)
2276 if (udf_rw32(attrhdr->type) < 2048) { /* Ecma-167 attribute */
/netbsd-current/sys/fs/udf/
H A Dudf_subr.c2368 struct extattr_entry *attrhdr; local
2431 attrhdr = (struct extattr_entry *) pos;
2435 a_l = udf_rw32(attrhdr->a_l);
2437 udf_rw32(attrhdr->type),
2438 attrhdr->subtype, a_l, l_ea));
2442 if (udf_rw32(attrhdr->type) != sattr)
2446 if (udf_rw32(attrhdr->type) < 2048) { /* Ecma-167 attribute */

Completed in 104 milliseconds