Searched refs:sd_lockstruct (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | util.c | 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() 247 "own journal jid %d.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 250 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 276 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode)); in signal_our_withdraw() 291 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 296 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 299 "mount.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 323 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_withdraw() 346 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
|
H A D | lock_dlm.c | 263 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_lock() 299 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock() 344 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gdlm_cancel() 523 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock() 546 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock() 576 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock() 582 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock() 589 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock() 595 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock() 610 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in remote_withdraw() [all …]
|
H A D | sys.c | 399 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show() 405 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() 417 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() 452 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_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() [all …]
|
H A D | recovery.c | 272 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in clean_journal() 285 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_recovery_done() 294 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done() 295 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done() 342 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in update_statfs_inode() 422 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
|
H A D | ops_fstype.c | 553 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount() 554 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount() 770 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal() 772 sdp->sd_lockstruct.ls_jid); in init_journal() 778 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal() 780 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal() 822 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() [all …]
|
H A D | dentry.c | 58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
|
H A D | glock.c | 305 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put() 702 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in do_xmote() 1569 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue() 1570 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue() 1705 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq() 1948 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
|
H A D | incore.h | 715 struct lm_lockstruct sd_lockstruct; member
|
H A D | file.c | 1436 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()
|
H A D | rgrp.c | 974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()
|