Home
last modified time | relevance | path

Searched refs:BH_Uptodate (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/
Dbuffer.c1380 clear_bit(BH_Uptodate, &bh->b_state); in discard_buffer()
1573 set_bit(BH_Uptodate, &bh->b_state); in __block_write_full_page()
1613 set_bit(BH_Uptodate, &bh->b_state); in __block_write_full_page()
1660 set_bit(BH_Uptodate, &bh->b_state); in __block_prepare_write()
1673 set_bit(BH_Uptodate, &bh->b_state); in __block_prepare_write()
1720 set_bit(BH_Uptodate, &bh->b_state); in __block_prepare_write()
1748 set_bit(BH_Uptodate, &bh->b_state); in __block_commit_write()
1812 set_bit(BH_Uptodate, &bh->b_state); in block_read_full_page()
2072 set_bit(BH_Uptodate, &bh->b_state); in block_truncate_page()
2392 set_bit(BH_Uptodate, &tmp->b_state); in brw_kiovec()
[all …]
/linux-2.4.37.9/drivers/md/
Draid5.c214 clear_bit(BH_Uptodate, &sh->bh_cache[i]->b_state); in init_stripe()
414 set_bit(BH_Uptodate, &bh->b_state); in raid5_end_read_request()
422 clear_bit(BH_Uptodate, &bh->b_state); in raid5_end_read_request()
429 clear_bit(BH_Uptodate, &bh->b_state); in raid5_end_read_request()
685 set_bit(BH_Uptodate, &sh->bh_cache[dd_idx]->b_state); in compute_block()
1233 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in raid5_make_request()
Dmd.c477 set_bit(BH_Uptodate, &bh->b_state); in bh_complete()
502 return test_bit(BH_Uptodate, &bh.b_state); in sync_page_io()
/linux-2.4.37.9/include/linux/
Dfs.h214 BH_Uptodate, /* 1 if the buffer contains valid data */ enumerator
1174 set_bit(BH_Uptodate, &bh->b_state); in mark_buffer_uptodate()
1176 clear_bit(BH_Uptodate, &bh->b_state); in mark_buffer_uptodate()
/linux-2.4.37.9/drivers/block/
Dll_rw_blk.c1177 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in __make_request()
1413 bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state)); in ll_rw_block()
Dumem.c1011 if (!test_bit(BH_Uptodate, &bh->b_state)) in mm_init_mem()
1023 clear_bit(BH_Uptodate, &bh->b_state); in mm_init_mem()
/linux-2.4.37.9/fs/ext3/
Dinode.c1110 set_bit(BH_Uptodate, &bh->b_state); in commit_write_fn()
1460 set_bit(BH_Uptodate, &bh->b_state); in ext3_block_truncate_page()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1968 clear_bit(BH_Uptodate, &bh->b_state); in journal_unmap_buffer()
/linux-2.4.37.9/fs/reiserfs/
Ddo_balan.c1215 set_bit(BH_Uptodate, &first_b->b_state); in get_FEB()
Dinode.c2010 set_bit(BH_Uptodate, &bh->b_state) ; in submit_bh_for_writepage()
/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c1859 clear_bit(BH_Uptodate, &bp->l_bh.b_state); in lbmRead()