Home
last modified time | relevance | path

Searched refs:BH_Mapped (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/fs/bfs/
Dfile.c74 bh_result->b_state |= (1UL << BH_Mapped); in bfs_get_block()
86 bh_result->b_state |= (1UL << BH_Mapped); in bfs_get_block()
100 bh_result->b_state |= (1UL << BH_Mapped); in bfs_get_block()
133 bh_result->b_state |= (1UL << BH_Mapped); in bfs_get_block()
/linux-2.4.37.9/fs/fat/
Dfile.c60 bh_result->b_state |= (1UL << BH_Mapped); in fat_get_block()
79 bh_result->b_state |= (1UL << BH_Mapped); in fat_get_block()
/linux-2.4.37.9/fs/hpfs/
Dfile.c78 bh_result->b_state |= (1UL << BH_Mapped); in hpfs_get_block()
94 bh_result->b_state |= (1UL << BH_Mapped) | (1UL << BH_New); in hpfs_get_block()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_kcompat.h15 bh->b_state |= 1 << BH_Mapped; in map_bh()
/linux-2.4.37.9/fs/efs/
Dfile.c35 bh_result->b_state |= (1UL << BH_Mapped); in efs_get_block()
/linux-2.4.37.9/fs/jfs/
Dinode.c269 bh_result->b_state |= (1UL << BH_Mapped); in jfs_get_block()
287 bh_result->b_state |= ((1UL << BH_Mapped) | (1UL << BH_New)); in jfs_get_block()
Djfs_logmgr.c1861 set_bit(BH_Mapped, &bp->l_bh.b_state); in lbmRead()
1997 set_bit(BH_Mapped, &bp->l_bh.b_state); in lbmStartIO()
/linux-2.4.37.9/fs/reiserfs/
Dtail_conversion.c148 clear_bit(BH_Mapped, &bh->b_state) ; in reiserfs_unmap_buffer()
Dinode.c187 bh->b_state |= (1UL << BH_Mapped); in set_block_dev_mapped()
271 bh_result->b_state |= (1UL << BH_Mapped); in _get_block_create_0()
379 bh_result->b_state |= (1UL << BH_Mapped); in _get_block_create_0()
/linux-2.4.37.9/fs/hfsplus/
Dhfsplus_fs.h345 bh->b_state |= (1UL << BH_Mapped); \
/linux-2.4.37.9/fs/adfs/
Dinode.c43 bh->b_state |= (1UL << BH_Mapped); in adfs_get_block()
/linux-2.4.37.9/fs/
Dbuffer.c1381 clear_bit(BH_Mapped, &bh->b_state); in discard_buffer()
2389 tmp->b_state = (1 << BH_Mapped) | (1 << BH_Lock) | (1 << BH_Req); in brw_kiovec()
2467 set_bit(BH_Mapped, &bh->b_state); in brw_page()
2573 uptodate = 1 << BH_Mapped; in hash_page_buffers()
2579 if (!(bh->b_state & (1 << BH_Mapped))) { in hash_page_buffers()
Dblock_dev.c130 bh->b_state |= 1UL << BH_Mapped; in blkdev_get_block()
/linux-2.4.37.9/fs/hfs/
Dfile.c117 bh_result->b_state |= (1UL << BH_Mapped); in hfs_get_block()
/linux-2.4.37.9/fs/minix/
Ditree_common.c165 bh_result->b_state |= (1UL << BH_Mapped); in get_block()
/linux-2.4.37.9/fs/ufs/
Dinode.c327 bh_result->b_state |= (1UL << BH_Mapped); in ufs_getfrag_block()
397 bh_result->b_state |= (1UL << BH_Mapped); in ufs_getfrag_block()
/linux-2.4.37.9/fs/sysv/
Ditree.c216 bh_result->b_state |= (1UL << BH_Mapped); in get_block()
/linux-2.4.37.9/drivers/md/
Draid1.c700 (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()
/linux-2.4.37.9/fs/qnx4/
Dinode.c218 bh->b_state |= (1UL << BH_Mapped); in qnx4_get_block()
/linux-2.4.37.9/fs/affs/
Dfile.c362 bh_result->b_state |= (1UL << BH_Mapped); in affs_get_block()
407 bh_result->b_state &= ~(1UL << BH_Mapped); in affs_get_block()
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c166 bh_result->b_state |= (1UL << BH_Mapped); in befs_get_block()
/linux-2.4.37.9/drivers/block/
Dloop.c430 bh->b_state = (1 << BH_Req) | (1 << BH_Mapped) | (1 << BH_Lock); in loop_get_buffer()
/linux-2.4.37.9/fs/ext2/
Dinode.c541 bh_result->b_state |= (1UL << BH_Mapped); in ext2_get_block()
/linux-2.4.37.9/fs/udf/
Dinode.c327 bh_result->b_state |= (1UL << BH_Mapped); in udf_get_block()
359 bh_result->b_state |= (1UL << BH_Mapped); in udf_get_block()
/linux-2.4.37.9/fs/isofs/
Dinode.c929 (*bh_result)->b_state |= (1UL << BH_Mapped); in isofs_get_blocks()

12