Searched defs:blkpg_partition (Results 1 – 5 of 5) 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];
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];
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 */
28 struct blkpg_partition { struct29 long long start; /* starting offset in bytes */30 long long length; /* length in bytes */31 int pno; /* partition number */32 char devname[BLKPG_DEVNAMELTH]; /* unused / ignored */33 char volname[BLKPG_VOLNAMELTH]; /* unused / ignore */