Searched refs:c_bh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfatent.c371 struct buffer_head *c_bh; local
379 c_bh = sb_getblk(sb, backup_fat + bhs[n]->b_blocknr);
380 if (!c_bh) {
384 memcpy(c_bh->b_data, bhs[n]->b_data, sb->s_blocksize);
385 set_buffer_uptodate(c_bh);
386 mark_buffer_dirty_inode(c_bh, sbi->fat_inode);
388 err = sync_dirty_buffer(c_bh);
389 brelse(c_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c2063 struct buffer_head *c_bh; local
2102 c_bh =
2107 if (!c_bh)
2109 commit = (struct reiserfs_journal_commit *)c_bh->b_data;
2114 c_bh->b_blocknr -
2118 brelse(c_bh);
2130 brelse(c_bh);
2167 struct buffer_head *c_bh; local
2200 c_bh = journal_bread(sb, SB_ONDISK_JOURNAL_1st_BLOCK(sb) +
2203 if (!c_bh) {
4018 struct buffer_head *c_bh; /* commit bh */ local
[all...]

Completed in 112 milliseconds