Home
last modified time | relevance | path

Searched refs:ea_len (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/fs/cd9660/
Dcd9660_vfsops.c128 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) in iso_makemp() argument
376 if (ea_len != NULL) in iso_makemp()
377 *ea_len = isonum_711(rootp->ext_attr_length); in iso_makemp()
/netbsd/src/sbin/newfs_udf/
Dudf_core.c2891 uint32_t ea_len, inf_len, vat_len, blks; in udf_create_VAT() local
2907 ea_len = sizeof(struct impl_extattr_entry) - 2 + 4 + in udf_create_VAT()
2910 extattr = calloc(1, ea_len); in udf_create_VAT()
2915 implext->hdr.a_l = udf_rw32(ea_len); /* VAT LVext EA size */ in udf_create_VAT()