Searched refs:obh (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c348 struct buffer_head * obh; local
431 err = jread(&obh, journal, io_block);
443 HFSPLUS_J_ASSERT(obh != NULL);
452 brelse(obh);
468 brelse(obh);
473 memcpy(nbh->b_data, obh->b_data,
488 brelse(obh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c354 struct buffer_head * obh; local
436 err = jread(&obh, journal, io_block);
448 J_ASSERT(obh != NULL);
457 brelse(obh);
473 brelse(obh);
478 memcpy(nbh->b_data, obh->b_data,
492 brelse(obh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c364 struct buffer_head * obh; local
445 err = jread(&obh, journal, io_block);
457 J_ASSERT(obh != NULL);
467 brelse(obh);
483 brelse(obh);
488 memcpy(nbh->b_data, obh->b_data,
502 brelse(obh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c934 struct buffer_head *nbh, *obh, *dibh; local
950 error = get_leaf(dip, leaf_no, &obh);
954 oleaf = (struct gfs2_leaf *)obh->b_data;
956 brelse(obh);
960 gfs2_trans_add_bh(dip->i_gl, obh, 1);
964 brelse(obh);
1003 dirent_first(dip, obh, &dent);
1007 if (dirent_next(dip, obh, &next))
1026 dirent_del(dip, obh, prev, dent);
1052 brelse(obh);
1513 struct buffer_head *bh, *obh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9935 struct buffer_head * obh; local
10009 err = jread(&obh, journal, io_block);
10028 brelse(obh);
10043 brelse(obh);
10048 memcpy(nbh->b_data, obh->b_data,
10060 brelse(obh);

Completed in 88 milliseconds