HomeSort by: relevance | last modified time | path
    Searched refs:ea_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vfsops.c 128 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
348 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len)
376 if (ea_len != NULL)
377 *ea_len = isonum_711(rootp->ext_attr_length);
  /src/sbin/newfs_udf/
udf_core.c 2891 uint32_t ea_len, inf_len, vat_len, blks; local in function:udf_create_VAT
2907 ea_len = sizeof(struct impl_extattr_entry) - 2 + 4 +
2910 extattr = calloc(1, ea_len);
2915 implext->hdr.a_l = udf_rw32(ea_len); /* VAT LVext EA size */

Completed in 15 milliseconds