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

/linux-master/include/linux/
H A Defs_vh.h38 struct partition_table vh_pt[NPARTAB]; /* device partition layout */ member in struct:volume_header
/linux-master/fs/efs/
H A Dsuper.c203 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type);
208 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) {
210 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn),
211 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks),
217 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn);

Completed in 84 milliseconds