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

/linux-master/fs/gfs2/
H A Dutil.c173 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */
225 sdp->sd_lockstruct.ls_jid);
247 "own journal jid %d.\n", sdp->sd_lockstruct.ls_jid);
250 sdp->sd_lockstruct.ls_jid);
276 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode));
291 sdp->sd_lockstruct.ls_jid);
296 sdp->sd_lockstruct.ls_jid);
299 "mount.\n", sdp->sd_lockstruct.ls_jid);
323 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
346 if (!strcmp(sdp->sd_lockstruct
[all...]
H A Dlock_dlm.c255 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct;
291 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
332 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct;
511 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
534 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
564 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
570 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
577 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
583 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
598 if (jd->jd_jid == sdp->sd_lockstruct
[all...]
H A Dsys.c399 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops;
405 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
417 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
452 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm"))
461 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
483 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL)
485 sdp->sd_lockstruct.ls_first = first;
494 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
552 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
558 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
[all...]
H A Ddentry.c58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) {
H A Drecovery.c272 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) {
285 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
294 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result)
295 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message);
342 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) {
422 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) {
H A Dops_fstype.c551 if (sdp->sd_lockstruct.ls_ops->lm_first_done)
552 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp);
768 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) {
770 sdp->sd_lockstruct.ls_jid);
776 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid);
778 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid,
820 if (sdp->sd_lockstruct.ls_first) {
1002 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
1075 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops;
1082 if (sdp->sd_lockstruct
[all...]
H A Dglock.c285 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl);
804 if (sdp->sd_lockstruct.ls_ops->lm_lock) {
806 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags);
1545 if (sdp->sd_lockstruct.ls_ops->lm_cancel)
1546 sdp->sd_lockstruct.ls_ops->lm_cancel(gl);
1701 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl);
1944 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct;
H A Dincore.h715 struct lm_lockstruct sd_lockstruct; member in struct:gfs2_sbd
H A Dfile.c1441 struct lm_lockstruct *ls = &sdp->sd_lockstruct;
H A Drgrp.c974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++)

Completed in 185 milliseconds