gaf               151 fs/udf/misc.c  	struct genericFormat *gaf;
gaf               177 fs/udf/misc.c  			gaf = (struct genericFormat *)&ea[offset];
gaf               178 fs/udf/misc.c  			if (le32_to_cpu(gaf->attrType) == type &&
gaf               179 fs/udf/misc.c  					gaf->attrSubtype == subtype)
gaf               180 fs/udf/misc.c  				return gaf;
gaf               182 fs/udf/misc.c  				offset += le32_to_cpu(gaf->attrLength);