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

/netbsd-6-1-5-RELEASE/sys/fs/cd9660/
H A Dcd9660_vfsops.c133 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
306 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len) argument
334 if (ea_len != NULL)
335 *ea_len = isonum_711(rootp->ext_attr_length);
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.c1754 uint32_t ea_len, inf_len, vat_len; local
1767 ea_len = sizeof(struct impl_extattr_entry) - 1 +
1770 extattr = calloc(1, ea_len);
1775 implext->hdr.a_l = udf_rw32(ea_len); /* VAT LVext EA size */

Completed in 69 milliseconds