HomeSort by: relevance | last modified time | path
    Searched defs:attrhdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs.h 62 struct attrhdr { struct
84 struct attrhdr a_hdr;
  /src/sbin/newfs_udf/
udf_core.c 2206 struct extattr_entry *attrhdr; local in function:udf_extattr_search_intern
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 */
  /src/sys/fs/udf/
udf_subr.c 2368 struct extattr_entry *attrhdr; local in function:udf_extattr_search_intern
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 19 milliseconds