Searched defs:blkpg_partition (Results 1 – 1 of 1) sorted by relevance
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 */
Completed in 4 milliseconds