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()
161 bh = bhs[i - 1]; in ocfs2_read_blocks_sync()
173 bhs[i - 1] = NULL; in ocfs2_read_blocks_sync()
182 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks() argument
197 if (bhs == NULL) { in ocfs2_read_blocks()
217 if (bhs[i] == NULL) { in ocfs2_read_blocks()
218 bhs[i] = sb_getblk(sb, block++); in ocfs2_read_blocks()
219 if (bhs[i] == NULL) { in ocfs2_read_blocks()
226 bh = bhs[i]; in ocfs2_read_blocks()
321 bh = bhs[i]; in ocfs2_read_blocks()
327 bhs[i] = NULL; in ocfs2_read_blocks()
345 bhs[i] = NULL; in ocfs2_read_blocks()
358 bhs[i] = NULL; in ocfs2_read_blocks()