Searched refs:jid (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/gfs2/
H A Dsys.h19 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid);
H A Dsuper.h31 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
H A Dlock_dlm.c349 * 10. gfs2_control updates control_lock lvb with new generation and jid bits
353 * 14. gfs2_control updates control_lock lvb jid bits for recovered journals
386 * number and jid bits, but only the first to get the control_lock EX will
394 * . One node succeeds for a jid, and that one clears the jid bit in the lvb
400 * 1. jid fails
402 * 3. jid recovered for step 1
403 * 4. jid taken again (new mount)
404 * 5. jid fails (for step 4)
470 * from recover_done callback. Indicates the jid bitma
1149 int jid = slot->slot - 1; local
1206 gdlm_recovery_result(struct gfs2_sbd *sdp, unsigned int jid, unsigned int result) argument
[all...]
H A Dsys.c498 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid) argument
517 if (sdp->sd_jdesc->jd_jid == jid && !sdp->sd_args.ar_spectator)
521 if (jd->jd_jid != jid && !sdp->sd_args.ar_spectator)
533 unsigned jid; local
536 rv = sscanf(buf, "%u", &jid);
545 rv = gfs2_recover_set(sdp, jid);
569 int jid; local
572 rv = sscanf(buf, "%d", &jid);
586 if (sdp->sd_args.ar_spectator && jid > 0)
587 rv = jid
[all...]
H A Drecovery.c279 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, argument
287 ls->ls_recover_jid_done = jid;
289 sprintf(env_jid, "JID=%u", jid);
295 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message);
333 fs_info(sdp, "jid=%u: Updated master statfs Total:%lld, "
415 fs_err(sdp, "jid=%u: Recovery not attempted due to withdraw.\n",
423 fs_info(sdp, "jid=%u: Trying to acquire journal glock...\n",
437 fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid);
450 fs_info(sdp, "jid=%u, already locked for use\n", jd->jd_jid);
454 fs_info(sdp, "jid
[all...]
H A Dglock.h123 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
H A Dsuper.c81 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) argument
86 if (jd->jd_jid == jid)
92 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) argument
97 jd = jdesc_find_i(&sdp->sd_jindex_list, jid);

Completed in 308 milliseconds