Searched refs:sb_get_hash_table (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/ufs/ |
D | truncate.c | 117 bh = sb_get_hash_table (sb, tmp + j); in ufs_trunc_direct() 140 bh = sb_get_hash_table(sb, tmp + j); in ufs_trunc_direct() 179 bh = sb_get_hash_table (sb, tmp + j); in ufs_trunc_direct() 238 bh = sb_get_hash_table(sb, tmp + j); in ufs_trunc_indirect()
|
/linux-2.4.37.9/fs/qnx4/ |
D | fsync.c | 41 bh = sb_get_hash_table(inode->i_sb, *block); in sync_block()
|
/linux-2.4.37.9/fs/ext3/ |
D | balloc.c | 355 debug_bh = sb_get_hash_table(sb, block); in ext3_free_blocks() 714 debug_bh = sb_get_hash_table(sb, tmp); in ext3_new_block()
|
D | inode.c | 1641 bh = sb_get_hash_table(inode->i_sb, nr); in ext3_clear_blocks()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 1483 static inline struct buffer_head * sb_get_hash_table(struct super_block *sb, int block) in sb_get_hash_table() function
|
/linux-2.4.37.9/fs/reiserfs/ |
D | journal.c | 2817 bh = sb_get_hash_table(p_s_sb, blocknr) ; in journal_mark_freed() 2825 bh = sb_get_hash_table(p_s_sb, blocknr) ; in journal_mark_freed()
|
D | fix_node.c | 923 if ( (left = sb_get_hash_table(p_s_sb, n_left_neighbor_blocknr)) ) { in is_left_neighbor_in_cache()
|