Lines Matching defs:bhs
86 /* Caller must provide a bhs[] with all NULL or non-NULL entries, so it
90 unsigned int nr, struct buffer_head *bhs[])
105 new_bh = (bhs[0] == NULL);
108 if (bhs[i] == NULL) {
109 bhs[i] = sb_getblk(osb->sb, block++);
110 if (bhs[i] == NULL) {
116 bh = bhs[i];
155 bh = bhs[i - 1];
166 bhs[i - 1] = NULL;
190 /* Caller must provide a bhs[] with all NULL or non-NULL entries, so it
194 struct buffer_head *bhs[], int flags,
210 if (bhs == NULL) {
231 new_bh = (bhs[0] == NULL);
235 if (bhs[i] == NULL) {
236 bhs[i] = sb_getblk(sb, block++);
237 if (bhs[i] == NULL) {
245 bh = bhs[i];
338 bh = bhs[i];
353 bhs[i] = NULL;