Home
last modified time | relevance | path

Searched refs:gltype (Results 1 – 3 of 3) sorted by relevance

/linux/fs/gfs2/
H A Dtrace_gfs2.h105 __field( u32, gltype )
116 __entry->gltype = glock_type(gl);
125 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
144 __field( u32, gltype )
151 __entry->gltype = glock_type(gl);
159 __entry->gltype, (unsigned long long)__entry->glnum,
176 __field( u32, gltype )
185 __entry->gltype = glock_type(gl);
194 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
213 __field( u32, gltype )
[all …]
H A Dsys.c299 unsigned int gltype; in demote_rq_store() local
307 rv = sscanf(buf, "%u:%llu %15s", &gltype, &glnum, in demote_rq_store()
321 if (gltype > LM_TYPE_JOURNAL) in demote_rq_store()
323 if (gltype == LM_TYPE_NONDISK && glnum == GFS2_FREEZE_LOCK) in demote_rq_store()
326 glops = gfs2_glops_list[gltype]; in demote_rq_store()
H A Dlock_dlm.c78 const unsigned gltype = glock_type(gl); in gfs2_update_reply_times() local
86 gfs2_update_stats(&lks->lkstats[gltype], index, rtt); /* Global */ in gfs2_update_reply_times()
104 const unsigned gltype = glock_type(gl); in gfs2_update_request_times() local
114 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()