Home
last modified time | relevance | path

Searched refs:BH_New (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/fs/affs/
Dfile.c368 bh_result->b_state |= (1UL << BH_New); in affs_get_block()
592 bh->b_state &= ~(1UL << BH_New); in affs_extent_file_ofs()
717 if (bh->b_state & (1UL << BH_New)) { in affs_commit_write_ofs()
723 bh->b_state &= ~(1UL << BH_New); in affs_commit_write_ofs()
749 if (bh->b_state & (1UL << BH_New)) { in affs_commit_write_ofs()
755 bh->b_state &= ~(1UL << BH_New); in affs_commit_write_ofs()
/linux-2.4.37.9/fs/jfs/
Dinode.c264 bh_result->b_state |= (1UL << BH_New); in jfs_get_block()
287 bh_result->b_state |= ((1UL << BH_Mapped) | (1UL << BH_New)); in jfs_get_block()
/linux-2.4.37.9/fs/fat/
Dfile.c80 bh_result->b_state |= (1UL << BH_New); in fat_get_block()
/linux-2.4.37.9/fs/hpfs/
Dfile.c94 bh_result->b_state |= (1UL << BH_Mapped) | (1UL << BH_New); in hpfs_get_block()
/linux-2.4.37.9/fs/reiserfs/
Dtail_conversion.c150 clear_bit(BH_New, &bh->b_state) ; in reiserfs_unmap_buffer()
Dinode.c660 bh_result->b_state |= (1UL << BH_New); in reiserfs_get_block()
712 bh_result->b_state |= (1UL << BH_New); in reiserfs_get_block()
835 bh_result->b_state |= (1UL << BH_New); in reiserfs_get_block()
/linux-2.4.37.9/fs/hfsplus/
Dhfsplus_fs.h347 #define set_buffer_new(bh) (bh->b_state |= (1UL << BH_New))
/linux-2.4.37.9/fs/hfs/
Dfile.c119 bh_result->b_state |= (1UL << BH_New); in hfs_get_block()
/linux-2.4.37.9/fs/minix/
Ditree_common.c199 bh_result->b_state |= (1UL << BH_New); in get_block()
/linux-2.4.37.9/fs/sysv/
Ditree.c250 bh_result->b_state |= (1UL << BH_New); in get_block()
/linux-2.4.37.9/fs/ufs/
Dinode.c399 bh_result->b_state |= (1UL << BH_New); in ufs_getfrag_block()
/linux-2.4.37.9/fs/ext3/
Dinode.c772 bh_result->b_state &= ~(1UL << BH_New); in ext3_get_block_handle()
841 bh_result->b_state |= (1UL << BH_New); in ext3_get_block_handle()
/linux-2.4.37.9/fs/ext2/
Dinode.c580 bh_result->b_state |= (1UL << BH_New); in ext2_get_block()
/linux-2.4.37.9/fs/
Dbuffer.c1383 clear_bit(BH_New, &bh->b_state); in discard_buffer()
1652 clear_bit(BH_New, &bh->b_state); in __block_prepare_write()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1971 clear_bit(BH_New, &bh->b_state); in journal_unmap_buffer()
/linux-2.4.37.9/include/linux/
Dfs.h219 BH_New, /* 1 if the buffer is new and not yet written out */ enumerator
/linux-2.4.37.9/fs/udf/
Dinode.c361 bh_result->b_state |= (1UL << BH_New); in udf_get_block()