Home
last modified time | relevance | path

Searched refs:gl_name (Results 1 – 12 of 12) sorted by relevance

/linux/fs/gfs2/
A Dtrace_gfs2.h109 __entry->glnum = gl->gl_name.ln_number;
110 __entry->gltype = gl->gl_name.ln_type;
145 __entry->gltype = gl->gl_name.ln_type;
146 __entry->glnum = gl->gl_name.ln_number;
179 __entry->gltype = gl->gl_name.ln_type;
180 __entry->glnum = gl->gl_name.ln_number;
213 __entry->glnum = gh->gh_gl->gl_name.ln_number;
214 __entry->gltype = gh->gh_gl->gl_name.ln_type;
241 __entry->glnum = gh->gh_gl->gl_name.ln_number;
242 __entry->gltype = gh->gh_gl->gl_name.ln_type;
[all …]
A Dglops.c36 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_error()
44 gl->gl_name.ln_type, gl->gl_name.ln_number, in gfs2_ail_error()
62 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_ail_flush()
90 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_empty_gl()
140 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_flush()
164 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_rgrp_metasync()
192 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_sync()
221 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_inval()
288 gfs2_io_error(gl->gl_name.ln_sbd); in gfs2_inode_metasync()
367 gfs2_log_flush(gl->gl_name.ln_sbd, NULL, in inode_go_inval()
[all …]
A Dglock.c151 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in glock_blocked_by_withdraw()
165 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free()
271 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_glock_put()
1018 u64 no_addr = gl->gl_name.ln_number; in delete_work_func()
1195 gl->gl_name = name; in gfs2_glock_get()
1974 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1976 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
2108 if (gl->gl_name.ln_sbd == sdp) in glock_hash_walk()
2415 gl->gl_name.ln_type, in gfs2_dump_glock()
2436 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
[all …]
A Dlock_dlm.c78 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times()
85 lks = this_cpu_ptr(gl->gl_name.ln_sbd->sd_lkstats); in gfs2_update_reply_times()
105 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times()
113 lks = this_cpu_ptr(gl->gl_name.ln_sbd->sd_lkstats); in gfs2_update_request_times()
185 fs_err(gl->gl_name.ln_sbd, "unknown bast mode %d\n", mode); in gdlm_bast()
265 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock()
274 gfs2_reverse_hex(strname + 7, gl->gl_name.ln_type); in gdlm_lock()
275 gfs2_reverse_hex(strname + 23, gl->gl_name.ln_number); in gdlm_lock()
288 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock()
319 gl->gl_name.ln_type, in gdlm_put_lock()
[all …]
A Dglock.h226 gfs2_assert_warn((gl)->gl_name.ln_sbd, (x)); } } \
230 gfs2_assert_withdraw((gl)->gl_name.ln_sbd, (x)); } } \
306 if (gfs2_assert_warn(gl->gl_name.ln_sbd, gl->gl_object == NULL)) in glock_set_object()
A Dquota.c119 sdp = qd->qd_gl->gl_name.ln_sbd; in gfs2_qd_dispose()
302 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in qd_hold()
367 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in bh_get()
414 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in bh_put()
486 gfs2_assert_warn(qd->qd_gl->gl_name.ln_sbd, in qd_unlock()
654 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in do_qc()
874 struct gfs2_sbd *sdp = (*qda)->qd_gl->gl_name.ln_sbd; in do_sync()
967 gfs2_log_flush(ip->i_gl->gl_name.ln_sbd, ip->i_gl, in do_sync()
1002 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in do_glock()
1084 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in need_sync()
[all …]
A Dmeta_io.c115 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf()
257 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read()
513 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
A Dincore.h338 struct lm_lockname gl_name; member
861 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_sbstats_inc()
863 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
A Dmeta_io.h44 return (((struct gfs2_glock *)mapping) - 1)->gl_name.ln_sbd; in gfs2_mapping2sbd()
A Dtrans.c195 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data()
232 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta()
A Dlops.c68 return bd->bd_gl->gl_name.ln_type == LM_TYPE_RGRP; in buffer_is_rgrp()
74 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in maybe_release_space()
76 unsigned int index = bd->bd_bh->b_blocknr - gl->gl_name.ln_number; in maybe_release_space()
A Drgrp.c1925 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_rgrp_congested()

Completed in 32 milliseconds