Searched refs:gh_ip (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 1121 gh->gh_ip = _RET_IP_; in gfs2_holder_init() 1145 gh->gh_ip = _RET_IP_; in gfs2_holder_reinit() 1161 gh->gh_ip = 0; in gfs2_holder_uninit() 1392 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); 1396 fs_err(sdp, "new: %pSR\n", (void *)gh->gh_ip); 2101 (void *)gh->gh_ip); in dump_holder()
|
H A D | incore.h | 292 unsigned long gh_ip; member
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 1254 gh->gh_ip = ip; in __gfs2_holder_init() 1276 gh->gh_ip = _RET_IP_; in gfs2_holder_reinit() 1292 gh->gh_ip = 0; in gfs2_holder_uninit() 1535 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); 1539 fs_err(sdp, "new: %pSR\n", (void *)gh->gh_ip); 2271 gh->gh_error, (long)owner_pid, comm, (void *)gh->gh_ip); in dump_holder()
|
H A D | incore.h | 269 unsigned long gh_ip; member
|
Completed in 12 milliseconds