Searched refs:ne_off (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 76 __u64 ne_off; in block_debug_check() local 81 ne_off = le64_to_cpu (off); in block_debug_check() 83 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 85 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 95 if (memcmp(addr, (char *)&ne_off, LPDS)) { in block_debug_check() 97 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check()
|