Searched refs:glock_type (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | trace_gfs2.h | 116 __entry->gltype = glock_type(gl); 151 __entry->gltype = glock_type(gl); 185 __entry->gltype = glock_type(gl); 220 __entry->gltype = glock_type(gh->gh_gl); 248 __entry->gltype = glock_type(gh->gh_gl); 287 __entry->gltype = glock_type(gl);
|
| H A D | glock.c | 616 glock_type(gl), glock_number(gl), in finish_xmote() 998 if (glock_type(gl) == LM_TYPE_INODE) { in glock_work_func() 1140 if (glock_type(gl) == LM_TYPE_IOPEN) in gfs2_glock_get() 1473 glock_type(gh2->gh_gl), gh2->gh_state); in add_to_queue() 1477 glock_type(gh->gh_gl), gh->gh_state); in add_to_queue() 1583 glock_type(gl) == LM_TYPE_INODE) in __gfs2_glock_dq() 1800 glock_type(gl) == LM_TYPE_INODE) { in gfs2_glock_cb() 2037 if (glock_type(gl) == LM_TYPE_IOPEN) { in flush_delete_work() 2342 glock_type(gl), in gfs2_dump_glock() 2363 glock_type(gl), in gfs2_glstats_seq_show() [all …]
|
| H A D | lock_dlm.c | 78 const unsigned gltype = glock_type(gl); in gfs2_update_reply_times() 104 const unsigned gltype = glock_type(gl); in gfs2_update_request_times() 300 gfs2_reverse_hex(strname + 7, glock_type(gl)); in gdlm_lock() 379 glock_type(gl), in gdlm_put_lock()
|
| H A D | incore.h | 372 static inline unsigned int glock_type(const struct gfs2_glock *gl) in glock_type() function 870 this_cpu_ptr(sdp->sd_lkstats)->lkstats[glock_type(gl)].stats[which]++; in gfs2_sbstats_inc()
|
| H A D | glops.c | 43 glock_type(gl), glock_number(gl), in gfs2_ail_error()
|
| H A D | lops.c | 68 return glock_type(bd->bd_gl) == LM_TYPE_RGRP; in buffer_is_rgrp()
|