Home
last modified time | relevance | path

Searched refs:vh_pt (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/efs/
Dsuper.c85 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
90 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
93 (int) be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
94 (int) be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
100 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
/linux-2.4.37.9/include/linux/
Defs_vh.h37 struct partition_table vh_pt[NPARTAB]; /* device partition layout */ member