Searched refs:gl_name (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | trace_gfs2.h | 109 __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 D | glops.c | 36 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() 290 gfs2_io_error(gl->gl_name.ln_sbd); in gfs2_inode_metasync() 369 gfs2_log_flush(gl->gl_name.ln_sbd, NULL, in inode_go_inval() [all …]
|
A D | glock.c | 875 gl->gl_name.ln_type, in glock_set_object() 896 gl->gl_name.ln_type, in glock_clear_object() 1004 u64 no_addr = gl->gl_name.ln_number; in delete_work_func() 1190 gl->gl_name = name; in gfs2_glock_get() 1942 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp() 1944 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp() 2076 if (gl->gl_name.ln_sbd == sdp) in glock_hash_walk() 2372 gl->gl_name.ln_type, in gfs2_dump_glock() 2393 gl->gl_name.ln_type, in gfs2_glstats_seq_show() 2515 if (gl->gl_name.ln_sbd != gi->sdp) in gfs2_glock_iter_next() [all …]
|
A D | lock_dlm.c | 78 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() 266 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock() 275 gfs2_reverse_hex(strname + 7, gl->gl_name.ln_type); in gdlm_lock() 276 gfs2_reverse_hex(strname + 23, gl->gl_name.ln_number); in gdlm_lock() 295 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock() 332 gl->gl_name.ln_type, in gdlm_put_lock() [all …]
|
A D | glock.h | 233 gfs2_assert_warn((gl)->gl_name.ln_sbd, (x)); } } \ 237 gfs2_assert_withdraw((gl)->gl_name.ln_sbd, (x)); } } \
|
A D | quota.c | 119 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() 421 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in bh_put() 490 gfs2_assert_warn(qd->qd_gl->gl_name.ln_sbd, in qd_unlock() 666 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in do_qc() 882 struct gfs2_sbd *sdp = (*qda)->qd_gl->gl_name.ln_sbd; in do_sync() 975 gfs2_log_flush(ip->i_gl->gl_name.ln_sbd, ip->i_gl, in do_sync() 1010 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in do_glock() 1092 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in need_sync() [all …]
|
A D | meta_io.c | 117 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf() 256 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read() 518 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
|
A D | meta_io.h | 46 return gla->glock.gl_name.ln_sbd; in gfs2_mapping2sbd()
|
A D | incore.h | 339 struct lm_lockname gl_name; member 865 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_sbstats_inc() 867 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
|
A D | trans.c | 195 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 D | lops.c | 68 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 D | rgrp.c | 1926 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_rgrp_congested()
|
Completed in 29 milliseconds