Searched defs:blkpg_partition (Results 1 – 3 of 3) sorted by relevance
22 struct blkpg_partition { struct23 long long start;24 long long length;25 int pno;26 char devname[BLKPG_DEVNAMELTH];27 char volname[BLKPG_VOLNAMELTH];
51 struct blkpg_partition { struct52 long long start; /* starting offset in bytes */53 long long length; /* length in bytes */54 int pno; /* partition number */55 char devname[BLKPG_DEVNAMELTH]; /* partition name, like sda5 or c0d1p2,57 char volname[BLKPG_VOLNAMELTH]; /* volume label */
35 struct blkpg_partition { struct36 long long start;37 long long length;38 int pno;39 char devname[BLKPG_DEVNAMELTH];40 char volname[BLKPG_VOLNAMELTH];