Searched refs:PPL_HDR_RESERVED (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/raid/ |
H A D | md_p.h | 417 #define PPL_HDR_RESERVED 512 macro 419 (PPL_HEADER_SIZE - PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64)) 424 __u8 reserved[PPL_HDR_RESERVED];/* reserved space, fill with 0xff */
|
/kernel/linux/linux-6.6/include/uapi/linux/raid/ |
H A D | md_p.h | 417 #define PPL_HDR_RESERVED 512 macro 419 (PPL_HEADER_SIZE - PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64)) 424 __u8 reserved[PPL_HDR_RESERVED];/* reserved space, fill with 0xff */
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/ |
H A D | md_p.h | 255 #define PPL_HDR_RESERVED 512 macro 257 (PPL_HEADER_SIZE - PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64)) 261 __u8 reserved[PPL_HDR_RESERVED];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/ |
H A D | md_p.h | 236 #define PPL_HDR_RESERVED 512 macro 237 #define PPL_HDR_ENTRY_SPACE (PPL_HEADER_SIZE - PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64)) 240 __u8 reserved[PPL_HDR_RESERVED];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/ |
H A D | md_p.h | 236 #define PPL_HDR_RESERVED 512 macro 237 #define PPL_HDR_ENTRY_SPACE (PPL_HEADER_SIZE - PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64)) 240 __u8 reserved[PPL_HDR_RESERVED];
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-ppl.c | 257 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_new_iounit() 1064 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_write_empty_header()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-ppl.c | 258 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_new_iounit() 1059 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_write_empty_header()
|
Completed in 10 milliseconds