Home
last modified time | relevance | path

Searched refs:ls_jid (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dops_fstype.c684 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal()
686 sdp->sd_lockstruct.ls_jid); in init_journal()
692 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
694 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal()
975 ls->ls_jid = option; in gfs2_lm_mount()
1145 if (sdp->sd_lockstruct.ls_jid < 0) { in fill_super()
1146 error = sdp->sd_lockstruct.ls_jid; in fill_super()
1147 sdp->sd_lockstruct.ls_jid = 0; in fill_super()
1156 sdp->sd_table_name, sdp->sd_lockstruct.ls_jid); in fill_super()
Dsys.c486 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
510 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
715 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()
Drecovery.c422 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
Dlock_dlm.c1140 ls->ls_jid = our_slot - 1; in gdlm_recover_done()
1163 if (jid == ls->ls_jid) in gdlm_recovery_result()
Dincore.h669 int ls_jid; member
Drgrp.c980 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()