Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dtrace_gfs2.h100 __field( u32, gltype )
111 __entry->gltype = gl->gl_name.ln_type;
120 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
139 __field( u32, gltype )
146 __entry->gltype = gl->gl_name.ln_type;
154 __entry->gltype, (unsigned long long)__entry->glnum,
171 __field( u32, gltype )
180 __entry->gltype = gl->gl_name.ln_type;
189 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
208 __field( u32, gltype )
[all …]
Dsys.c234 unsigned int gltype; in demote_rq_store() local
242 rv = sscanf(buf, "%u:%llu %15s", &gltype, &glnum, in demote_rq_store()
256 if (gltype > LM_TYPE_JOURNAL) in demote_rq_store()
258 if (gltype == LM_TYPE_NONDISK && glnum == GFS2_FREEZE_LOCK) in demote_rq_store()
261 glops = gfs2_glops_list[gltype]; in demote_rq_store()
Dlock_dlm.c76 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times() local
85 gfs2_update_stats(&lks->lkstats[gltype], index, rtt); /* Global */ in gfs2_update_reply_times()
103 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times() local
113 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()