Home
last modified time | relevance | path

Searched defs:blkpg_partition (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dblkpg.h22 struct blkpg_partition { struct
23 long long start;
24 long long length;
25 int pno;
26 char devname[BLKPG_DEVNAMELTH];
27 char volname[BLKPG_VOLNAMELTH];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dblkpg.h35 struct blkpg_partition { struct
36 long long start;
37 long long length;
38 int pno;
39 char devname[BLKPG_DEVNAMELTH];
40 char volname[BLKPG_VOLNAMELTH];
/kernel/linux/linux-5.10/include/uapi/linux/
Dblkpg.h51 struct blkpg_partition { struct
52 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 */
/kernel/linux/linux-6.6/include/uapi/linux/
Dblkpg.h28 struct blkpg_partition { struct
29 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 */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dblkpg.h35 struct blkpg_partition { struct
36 long long start;
37 long long length;
38 int pno;
39 char devname[BLKPG_DEVNAMELTH];
40 char volname[BLKPG_VOLNAMELTH];