Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dops_fstype.c687 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal()
689 sdp->sd_lockstruct.ls_jid); in init_journal()
695 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
697 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal()
979 ls->ls_jid = option; in gfs2_lm_mount()
1149 if (sdp->sd_lockstruct.ls_jid < 0) { in fill_super()
1150 error = sdp->sd_lockstruct.ls_jid; in fill_super()
1151 sdp->sd_lockstruct.ls_jid = 0; in fill_super()
1160 sdp->sd_table_name, sdp->sd_lockstruct.ls_jid); in fill_super()
Dsys.c489 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
513 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
719 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()
Dlock_dlm.c1124 ls->ls_jid = our_slot - 1; in gdlm_recover_done()
1147 if (jid == ls->ls_jid) in gdlm_recovery_result()
Drecovery.c465 (jd->jd_jid != sdp->sd_lockstruct.ls_jid)) { in gfs2_recover_func()
Dincore.h635 int ls_jid; member
Drgrp.c974 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()