Searched defs:jid (Results 1 - 4 of 4) sorted by relevance

/fs/gfs2/
H A Drecovery.c432 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, argument
440 ls->ls_recover_jid_done = jid;
442 sprintf(env_jid, "JID=%d", jid);
448 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message);
466 fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n",
480 fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid);
492 fs_info(sdp, "jid=%u, already locked for use\n", jd->jd_jid);
495 fs_info(sdp, "jid=%u: Looking at journal...\n", jd->jd_jid);
506 fs_info(sdp, "jid=%u: Acquiring the transaction lock...\n",
538 fs_warn(sdp, "jid
[all...]
H A Dlock_dlm.c338 * 10. gfs2_control updates control_lock lvb with new generation and jid bits
342 * 14. gfs2_control updates control_lock lvb jid bits for recovered journals
375 * number and jid bits, but only the first to get the control_lock EX will
383 * . One node succeeds for a jid, and that one clears the jid bit in the lvb
389 * 1. jid fails
391 * 3. jid recovered for step 1
392 * 4. jid taken again (new mount)
393 * 5. jid fails (for step 4)
459 * from recover_done callback. Indicates the jid bitma
1090 int jid = slot->slot - 1; local
1138 gdlm_recovery_result(struct gfs2_sbd *sdp, unsigned int jid, unsigned int result) argument
[all...]
H A Dsys.c405 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid) argument
415 if (sdp->sd_jdesc->jd_jid == jid)
419 if (jd->jd_jid != jid)
431 unsigned jid; local
434 rv = sscanf(buf, "%u", &jid);
443 rv = gfs2_recover_set(sdp, jid);
467 int jid; local
470 rv = sscanf(buf, "%d", &jid);
484 if (sdp->sd_args.ar_spectator && jid > 0)
485 rv = jid
[all...]
H A Dsuper.c316 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) argument
322 if (jd->jd_jid == jid) {
334 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) argument
339 jd = jdesc_find_i(&sdp->sd_jindex_list, jid);

Completed in 65 milliseconds