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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_vh.h27 __be32 pt_type; /* use of partition */ member in struct:partition_table
48 int pt_type; member in struct:pt_types
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dsuper.c149 int pt_type, slice = -1; local
192 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type);
194 if (pt_type == pt_entry->pt_type) break;
202 pt_type,
206 if (IS_EFS(pt_type)) {

Completed in 50 milliseconds