Searched refs:sd_lockstruct (Results 1 – 11 of 11) sorted by relevance
333 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock()567 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock()590 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock()620 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock()626 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock()633 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock()639 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock()654 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in remote_withdraw()669 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func()853 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_mount()[all …]
405 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()417 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()461 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()483 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()485 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()494 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()552 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()558 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()564 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()580 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()[all …]
173 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw()225 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()267 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode)); in signal_our_withdraw()282 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()287 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()290 "mount.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()314 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_withdraw()337 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
282 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_recovery_done()291 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done()292 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()339 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in update_statfs_inode()419 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()533 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in gfs2_recover_func()
518 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount()519 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount()737 sdp->sd_lockstruct.ls_jid); in init_journal()787 if (sdp->sd_lockstruct.ls_first) { in init_journal()969 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_mount()1042 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount()1049 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()1240 if (sdp->sd_lockstruct.ls_jid < 0) { in gfs2_fill_super()1241 error = sdp->sd_lockstruct.ls_jid; in gfs2_fill_super()1242 sdp->sd_lockstruct.ls_jid = 0; in gfs2_fill_super()[all …]
57 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
277 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put()695 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in do_xmote()1673 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq()1922 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
714 struct lm_lockstruct sd_lockstruct; member
145 sdp->sd_lockstruct.ls_jid); in gfs2_make_fs_rw()
1444 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()
974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()
Completed in 41 milliseconds