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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsuper.h32 extern struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
H A Dsys.c361 unsigned jid; local
365 rv = sscanf(buf, "%u", &jid);
374 if (sdp->sd_jdesc->jd_jid == jid)
378 if (jd->jd_jid != jid)
407 unsigned jid; local
410 rv = sscanf(buf, "%u", &jid);
423 sdp->sd_lockstruct.ls_jid = jid;
438 GDLM_ATTR(jid, 0644, jid_show, jid_store);
H A Drecovery.c432 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, argument
439 ls->ls_recover_jid_done = jid;
441 sprintf(env_jid, "JID=%d", jid);
460 fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n",
474 fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid);
486 fs_info(sdp, "jid=%u, already locked for use\n", jd->jd_jid);
489 fs_info(sdp, "jid=%u: Looking at journal...\n", jd->jd_jid);
500 fs_info(sdp, "jid=%u: Acquiring the transaction lock...\n",
530 fs_warn(sdp, "jid=%u: Can't replay: read-only block "
536 fs_info(sdp, "jid
[all...]
H A Dsuper.c312 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) argument
318 if (jd->jd_jid == jid) {
330 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) argument
335 jd = jdesc_find_i(&sdp->sd_jindex_list, jid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dm25p80.c801 const struct spi_device_id *jid; local
803 jid = jedec_probe(spi);
804 if (IS_ERR(jid)) {
805 return PTR_ERR(jid);
806 } else if (jid != id) {
815 jid->name, id->name);
816 id = jid;
817 info = (void *)jid->driver_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c77 long jid; local
81 jid = *(cdb + 2);
82 return jid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c163 long jid; local
167 jid = *(cdb + 2);
168 return jid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclirap2.c1685 uint16 jid, pos, fsstatus; local
1689 GETWORD(p, jid);
1702 jfn(jid, ownername, notifyname, datatype, jparms, pos, fsstatus,
1786 uint16 jid, pos, fsstatus; local
1790 GETWORD(p, jid);
1803 jfn(jid, ownername, notifyname, datatype, jparms, pos, fsstatus,

Completed in 144 milliseconds