Searched refs:buffer_cache_bh (Results 1 – 1 of 1) sorted by relevance
47 struct buffer_head *buffer_cache_bh = NULL; in ocfs2_symlink_get_block() local 82 buffer_cache_bh = sb_getblk(osb->sb, blkno); in ocfs2_symlink_get_block() 83 if (!buffer_cache_bh) { in ocfs2_symlink_get_block() 93 if (buffer_jbd(buffer_cache_bh) && ocfs2_inode_is_new(inode)) { in ocfs2_symlink_get_block() 96 buffer_cache_bh->b_data, in ocfs2_symlink_get_block() 100 brelse(buffer_cache_bh); in ocfs2_symlink_get_block()