Lines Matching refs:bhs
102 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync() argument
114 if (bhs[i] == NULL) { in ocfs2_read_blocks_sync()
115 bhs[i] = sb_getblk(osb->sb, block++); in ocfs2_read_blocks_sync()
116 if (bhs[i] == NULL) { in ocfs2_read_blocks_sync()
122 bh = bhs[i]; in ocfs2_read_blocks_sync()
156 bh = bhs[i - 1]; in ocfs2_read_blocks_sync()
168 bhs[i - 1] = NULL; in ocfs2_read_blocks_sync()
177 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks() argument
192 if (bhs == NULL) { in ocfs2_read_blocks()
212 if (bhs[i] == NULL) { in ocfs2_read_blocks()
213 bhs[i] = sb_getblk(sb, block++); in ocfs2_read_blocks()
214 if (bhs[i] == NULL) { in ocfs2_read_blocks()
221 bh = bhs[i]; in ocfs2_read_blocks()
316 bh = bhs[i]; in ocfs2_read_blocks()
322 bhs[i] = NULL; in ocfs2_read_blocks()
340 bhs[i] = NULL; in ocfs2_read_blocks()
353 bhs[i] = NULL; in ocfs2_read_blocks()