Home
last modified time | relevance | path

Searched refs:sd_lockstruct (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dsys.c323 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
329 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
341 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
376 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
385 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
407 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
409 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
418 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
474 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
480 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
[all …]
Dlock_dlm.c256 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_lock()
285 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock()
323 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_cancel()
501 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock()
524 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock()
554 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock()
560 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock()
567 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock()
573 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock()
581 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func()
[all …]
Dops_fstype.c527 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount()
528 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount()
684 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal()
686 sdp->sd_lockstruct.ls_jid); in init_journal()
692 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
694 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal()
728 if (sdp->sd_lockstruct.ls_first) { in init_journal()
937 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_mount()
1009 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount()
1017 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
[all …]
Drecovery.c393 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_recovery_done()
402 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done()
403 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
422 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
Dutil.c40 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_withdraw()
66 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_lm_withdraw()
Ddentry.c61 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
Dglock.c252 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put()
575 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote()
577 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
1066 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue()
1067 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue()
1401 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
Dincore.h727 struct lm_lockstruct sd_lockstruct; member
Dfile.c1139 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()
Drgrp.c980 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()