Searched refs:BH_Lock (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | locks.h | 19 if (test_bit(BH_Lock, &bh->b_state)) in wait_on_buffer() 25 while (test_and_set_bit(BH_Lock, &bh->b_state)) in lock_buffer()
|
D | fs.h | 216 BH_Lock, /* 1 if the buffer is locked */ enumerator
|
/linux-2.4.37.9/drivers/md/ |
D | raid5.c | 431 clear_bit(BH_Lock, &bh->b_state); in raid5_end_read_request() 456 clear_bit(BH_Lock, &bh->b_state); in raid5_end_write_request() 744 set_bit(BH_Lock, &bh->b_state); in compute_parity() 769 set_bit(BH_Lock, &sh->bh_cache[pd_idx]->b_state); in compute_parity() 966 set_bit(BH_Lock, &bh->b_state); in handle_stripe() 1022 set_bit(BH_Lock, &bh->b_state); in handle_stripe() 1041 set_bit(BH_Lock, &bh->b_state); in handle_stripe() 1105 set_bit(BH_Lock, &bh->b_state); in handle_stripe() 1156 clear_bit(BH_Lock, &bh->b_state); in handle_stripe()
|
D | raid1.c | 700 (1<<BH_Mapped) | (1<<BH_Lock); in raid1_make_request() 1248 (1<<BH_Mapped) | (1<<BH_Lock); in raid1d() 1486 bh->b_state = (1<<BH_Req) | (1<<BH_Mapped) | (1<<BH_Lock); in raid1_sync_request()
|
D | md.c | 492 bh.b_state = (1 << BH_Req) | (1 << BH_Mapped) | (1 << BH_Lock); in sync_page_io()
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 174 clear_bit(BH_Lock, &bh->b_state); in unlock_buffer() 264 if (test_and_set_bit(BH_Lock, &bh->b_state)) in write_some_buffers() 2389 tmp->b_state = (1 << BH_Mapped) | (1 << BH_Lock) | (1 << BH_Req); in brw_kiovec() 2693 if (test_and_set_bit(BH_Lock, &bh->b_state)) { in sync_page_buffers() 2721 #define BUFFER_BUSY_BITS ((1<<BH_Dirty) | (1<<BH_Lock))
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_aops.c | 742 set_bit(BH_Lock, &bh->b_state); in xfs_page_state_convert() 811 !test_and_set_bit(BH_Lock, &bh->b_state)) { in xfs_page_state_convert()
|
/linux-2.4.37.9/fs/jbd/ |
D | commit.c | 463 set_bit(BH_Lock, &jh2bh(new_jh)->b_state); in journal_commit_transaction()
|
D | transaction.c | 583 locked = test_and_set_bit(BH_Lock, &bh->b_state); in do_get_write_access()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_logmgr.c | 1994 assert(!test_bit(BH_Lock, &bp->l_bh.b_state)); in lbmStartIO() 1995 set_bit(BH_Lock, &bp->l_bh.b_state); in lbmStartIO()
|
/linux-2.4.37.9/drivers/block/ |
D | ll_rw_blk.c | 1289 if (!test_bit(BH_Lock, &bh->b_state)) in submit_bh()
|
D | loop.c | 430 bh->b_state = (1 << BH_Req) | (1 << BH_Mapped) | (1 << BH_Lock); in loop_get_buffer()
|
D | umem.c | 1022 set_bit(BH_Lock, &bh->b_state); in mm_init_mem()
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-tape.c | 3031 set_bit(BH_Lock, &bh->b_state); in __idetape_kmalloc_stage() 3060 set_bit(BH_Lock, &bh->b_state); in __idetape_kmalloc_stage()
|