Searched refs:BH_Uptodate (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/ |
D | buffer.c | 1380 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/ |
D | raid5.c | 214 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()
|
D | md.c | 477 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/ |
D | fs.h | 214 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/ |
D | ll_rw_blk.c | 1177 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()
|
D | umem.c | 1011 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/ |
D | inode.c | 1110 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/ |
D | transaction.c | 1968 clear_bit(BH_Uptodate, &bh->b_state); in journal_unmap_buffer()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | do_balan.c | 1215 set_bit(BH_Uptodate, &first_b->b_state); in get_FEB()
|
D | inode.c | 2010 set_bit(BH_Uptodate, &bh->b_state) ; in submit_bh_for_writepage()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_logmgr.c | 1859 clear_bit(BH_Uptodate, &bp->l_bh.b_state); in lbmRead()
|