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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dmisc.c158 struct genericFormat *gaf; local
185 gaf = (struct genericFormat *)&ea[offset];
186 if (le32_to_cpu(gaf->attrType) == type && gaf->attrSubtype == subtype)
187 return gaf;
189 offset += le32_to_cpu(gaf->attrLength);

Completed in 91 milliseconds