Searched refs:gltype (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | trace_gfs2.h | 107 __field( u32, gltype ) 118 __entry->gltype = gl->gl_name.ln_type; 146 __field( u32, gltype ) 153 __entry->gltype = gl->gl_name.ln_type; 178 __field( u32, gltype ) 187 __entry->gltype = gl->gl_name.ln_type; 215 __field( u32, gltype ) 222 __entry->gltype = gh->gh_gl->gl_name.ln_type; 242 __field( u32, gltype ) 250 __entry->gltype = gh->gh_gl->gl_name.ln_type; [all …]
|
| H A D | sys.c | 307 unsigned int gltype; in demote_rq_store() local 315 rv = sscanf(buf, "%u:%llu %15s", &gltype, &glnum, in demote_rq_store() 329 if (gltype > LM_TYPE_JOURNAL) in demote_rq_store() 331 if (gltype == LM_TYPE_NONDISK && glnum == GFS2_FREEZE_LOCK) in demote_rq_store() 334 glops = gfs2_glops_list[gltype]; in demote_rq_store()
|
| H A D | lock_dlm.c | 78 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times() local 87 gfs2_update_stats(&lks->lkstats[gltype], index, rtt); /* Global */ in gfs2_update_reply_times() 105 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times() local 115 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()
|