Searched refs:sd_lockstruct (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | util.c | 175 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw() 234 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 256 "own journal jid %d.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 259 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 285 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode)); in signal_our_withdraw() 300 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 305 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 308 "mount.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 332 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_withdraw() 355 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
|
A D | lock_dlm.c | 296 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock() 519 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock() 542 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock() 572 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock() 578 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock() 585 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock() 591 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock() 606 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in remote_withdraw() 621 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func() 805 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_mount() [all …]
|
A D | sys.c | 397 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() 409 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() 453 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() 475 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store() 477 sdp->sd_lockstruct.ls_first = first; in lkfirst_store() 486 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() 544 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() 550 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() 556 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show() 572 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store() [all …]
|
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()
|
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() 774 sdp->sd_lockstruct.ls_jid); in init_journal() 824 if (sdp->sd_lockstruct.ls_first) { in init_journal() 1007 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_mount() 1080 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() 1087 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 …]
|
A D | dentry.c | 58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
|
A D | glock.c | 285 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put() 787 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote() 789 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote() 1535 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue() 1536 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue() 1672 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq() 1915 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
|
A D | incore.h | 719 struct lm_lockstruct sd_lockstruct; member
|
A D | file.c | 1425 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lock()
|
A D | rgrp.c | 974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()
|
Completed in 28 milliseconds