Home
last modified time | relevance | path

Searched refs:LPDS (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddebug.c59 #define LPDS sizeof(__u64) macro
65 put_unaligned_le64(id, addr+LPDS); in block_debug_setup()
66 addr += len - LPDS - LPDS; in block_debug_setup()
68 put_unaligned_le64(id, addr+LPDS); in block_debug_setup()
83 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check()
88 if (memcmp(addr + LPDS, (char *)&id, LPDS)) { in block_debug_check()
90 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check()
94 addr += end - LPDS - LPDS; in block_debug_check()
95 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check()
100 if (memcmp(addr + LPDS, (char *)&id, LPDS)) { in block_debug_check()
[all …]