Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlock_dlm.c280 struct lm_lockstruct *ls = &glock_sbd(gl)->sd_lockstruct; in gdlm_lock()
328 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock()
386 struct lm_lockstruct *ls = &glock_sbd(gl)->sd_lockstruct; in gdlm_cancel()
569 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock()
596 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock()
631 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock()
637 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock()
644 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock()
650 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock()
658 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func()
[all …]
H A Dsys.c391 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
397 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
409 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
447 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
469 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
471 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
480 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
538 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
544 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
550 return sysfs_emit(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
[all …]
H A Drecovery.c282 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_recovery_done()
291 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done()
292 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
339 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in update_statfs_inode()
419 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
535 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in gfs2_recover_func()
H A Dops_fstype.c519 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount()
520 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount()
732 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal()
734 sdp->sd_lockstruct.ls_jid); in init_journal()
740 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
742 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal()
783 if (sdp->sd_lockstruct.ls_first) { in init_journal()
962 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_lm_mount()
1035 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount()
1042 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 Dutil.c168 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_offline_uevent()
208 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_withdraw_func()
H A Dglock.c251 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put()
663 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in do_xmote()
1627 glock_sbd(gl)->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq()
1857 struct lm_lockstruct *ls = &glock_sbd(gl)->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()
H A Drgrp.c974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()