Searched refs:ls_jid (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | util.c | 226 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() 275 sdp->sd_lockstruct.ls_jid, PTR_ERR(inode)); in signal_our_withdraw() 289 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 294 sdp->sd_lockstruct.ls_jid); in signal_our_withdraw() 297 "mount.\n", sdp->sd_lockstruct.ls_jid); in signal_our_withdraw()
|
| H A D | ops_fstype.c | 748 if (sdp->sd_lockstruct.ls_jid >= gfs2_jindex_size(sdp)) { in init_journal() 750 sdp->sd_lockstruct.ls_jid); in init_journal() 756 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal() 758 error = gfs2_glock_nq_num(sdp, sdp->sd_lockstruct.ls_jid, in init_journal() 1021 ls->ls_jid = option; in gfs2_lm_mount() 1207 if (sdp->sd_lockstruct.ls_jid < 0) { in gfs2_fill_super() 1208 error = sdp->sd_lockstruct.ls_jid; in gfs2_fill_super() 1209 sdp->sd_lockstruct.ls_jid = 0; in gfs2_fill_super() 1218 sdp->sd_table_name, sdp->sd_lockstruct.ls_jid); in gfs2_fill_super()
|
| H A D | recovery.c | 273 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in clean_journal() 343 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) { in update_statfs_inode() 423 if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) { in gfs2_recover_func()
|
| H A D | sys.c | 487 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show() 511 sdp->sd_lockstruct.ls_jid = jid; in jid_store() 712 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()
|
| H A D | lock_dlm.c | 590 if (jd->jd_jid == sdp->sd_lockstruct.ls_jid) in remote_withdraw() 1184 ls->ls_jid = our_slot - 1; in gdlm_recover_done() 1212 if (jid == ls->ls_jid) in gdlm_recovery_result()
|
| H A D | incore.h | 672 int ls_jid; member
|
| H A D | rgrp.c | 957 for (i = 0; i < sdp->sd_lockstruct.ls_jid; i++) in set_rgrp_preferences()
|