Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlock_dlm.c296 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_lock()
333 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock()
388 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_cancel()
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()
[all …]
H A Dutil.c173 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()
H A Dops_fstype.c518 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()
735 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal()
737 sdp->sd_lockstruct.ls_jid); in init_journal()
743 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
745 error = gfs2_glock_nq_num(sdp, 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()
[all …]
H A Ddentry.c57 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
H A Dglock.c277 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()
H A Dincore.h714 struct lm_lockstruct sd_lockstruct; member
H A Dsuper.c145 sdp->sd_lockstruct.ls_jid); in gfs2_make_fs_rw()
H A Dfile.c1444 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()