Searched refs:jd (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.c31 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, argument
34 struct gfs2_inode *ip = GFS2_I(jd->jd_inode);
121 * @jd: the journal
133 static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, argument
142 error = gfs2_replay_read_block(jd, blk, &bh);
165 * @jd: the journal
176 static int find_good_lh(struct gfs2_jdesc *jd, unsigned int *blk, argument
183 error = get_log_header(jd, *blk, head);
187 if (++*blk == jd->jd_blocks)
191 gfs2_consist_inode(GFS2_I(jd
208 jhead_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) argument
248 gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) argument
298 foreach_descriptor(struct gfs2_jdesc *jd, unsigned int start, unsigned int end, int pass) argument
366 clean_journal(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) argument
424 gfs2_recover_journal(struct gfs2_jdesc *jd) argument
560 struct gfs2_jdesc *jd; local
[all...]
H A Dlops.h62 static inline void lops_before_scan(struct gfs2_jdesc *jd, argument
69 gfs2_log_ops[x]->lo_before_scan(jd, head, pass);
72 static inline int lops_scan_elements(struct gfs2_jdesc *jd, unsigned int start, argument
80 error = gfs2_log_ops[x]->lo_scan_elements(jd, start,
89 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, argument
95 gfs2_log_ops[x]->lo_after_scan(jd, error, pass);
H A Drecovery.h21 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
28 int gfs2_find_jhead(struct gfs2_jdesc *jd,
H A Dsuper.c348 struct gfs2_jdesc *jd; local
375 jd = kzalloc(sizeof(struct gfs2_jdesc), GFP_KERNEL);
376 if (!jd)
379 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1, NULL);
380 if (!jd->jd_inode || IS_ERR(jd->jd_inode)) {
381 if (!jd->jd_inode)
384 error = PTR_ERR(jd->jd_inode);
385 kfree(jd);
390 jd
409 struct gfs2_jdesc *jd; local
427 struct gfs2_jdesc *jd; local
445 struct gfs2_jdesc *jd; local
456 struct gfs2_jdesc *jd; local
467 struct gfs2_jdesc *jd; local
487 gfs2_jdesc_check(struct gfs2_jdesc *jd) argument
870 struct gfs2_jdesc *jd; local
[all...]
H A Dlops.c189 static void buf_lo_before_scan(struct gfs2_jdesc *jd, argument
192 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode);
201 static int buf_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, argument
205 struct gfs2_inode *ip = GFS2_I(jd->jd_inode);
206 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode);
226 error = gfs2_replay_read_block(jd, start, &bh_log);
250 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
252 struct gfs2_inode *ip = GFS2_I(jd->jd_inode);
253 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode);
265 jd
335 revoke_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) argument
347 revoke_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
395 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
686 databuf_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
738 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
[all...]
H A Dsuper.h36 int gfs2_jdesc_check(struct gfs2_jdesc *jd);
H A Dincore.h41 void (*lo_before_scan) (struct gfs2_jdesc *jd,
43 int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start,
46 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_apecs.c373 unsigned int jd;
375 jd = *(vuip)APECS_IOC_DCSR;
376 if (jd & 0xffe0L) {
378 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L;
371 unsigned int jd; local
H A Dcore_cia.c809 int jd;
811 jd = *(vip)CIA_IOC_CIA_ERR;
812 *(vip)CIA_IOC_CIA_ERR = jd;
806 int jd; local

Completed in 74 milliseconds