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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dmisc.c185 struct genericFormat *gaf; local
233 gaf = (struct genericFormat *)&ea[offset];
234 if (le32_to_cpu(gaf->attrType) == type && gaf->attrSubtype == subtype)
235 return gaf;
237 offset += le32_to_cpu(gaf->attrLength);

Completed in 23 milliseconds