Searched refs:ne_off (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 66 __u64 ne_off; in block_debug_check() local 71 ne_off = le64_to_cpu (off); in block_debug_check() 73 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 75 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 85 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 87 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check()
|