Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dlock_dlm.c289 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock()
506 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock()
529 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock()
559 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock()
565 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock()
572 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock()
578 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock()
593 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in remote_withdraw()
608 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func()
792 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_mount()
[all …]
A Dutil.c170 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw()
228 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
249 "own journal jid %d.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
252 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
277 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode)); in signal_our_withdraw()
292 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
297 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
300 "mount.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
324 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_withdraw()
347 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
A Dsys.c395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
407 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
451 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
473 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
475 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
484 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
542 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
548 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
554 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
570 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
[all …]
A Drecovery.c274 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in clean_journal()
287 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_recovery_done()
296 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done()
297 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
344 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in update_statfs_inode()
424 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
A Dops_fstype.c551 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount()
552 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount()
772 sdp->sd_lockstruct.ls_jid); in init_journal()
821 if (sdp->sd_lockstruct.ls_first) { in init_journal()
1004 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_mount()
1077 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount()
1084 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
1231 if (sdp->sd_lockstruct.ls_jid < 0) { in gfs2_fill_super()
1232 error = sdp->sd_lockstruct.ls_jid; in gfs2_fill_super()
1233 sdp->sd_lockstruct.ls_jid = 0; in gfs2_fill_super()
[all …]
A Ddentry.c58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
A Dglock.c285 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put()
856 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote()
858 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
1532 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue()
1533 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue()
1947 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
A Dincore.h717 struct lm_lockstruct sd_lockstruct; member
A Dfile.c1438 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()
A Drgrp.c972 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()

Completed in 29 milliseconds