Searched refs:LPDS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 49 #define LPDS sizeof(__u64) macro 55 put_unaligned_le64(id, addr+LPDS); in block_debug_setup() 56 addr += len - LPDS - LPDS; in block_debug_setup() 58 put_unaligned_le64(id, addr+LPDS); in block_debug_setup() 73 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 78 if (memcmp(addr + LPDS, (char *)&id, LPDS)) { in block_debug_check() 80 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check() 84 addr += end - LPDS - LPDS; in block_debug_check() 85 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 90 if (memcmp(addr + LPDS, (char *)&id, LPDS)) { in block_debug_check() [all …]
|