Lines Matching defs:bhs
88 /* Caller must provide a bhs[] with all NULL or non-NULL entries, so it
92 unsigned int nr, struct buffer_head *bhs[])
107 new_bh = (bhs[0] == NULL);
110 if (bhs[i] == NULL) {
111 bhs[i] = sb_getblk(osb->sb, block++);
112 if (bhs[i] == NULL) {
118 bh = bhs[i];
157 bh = bhs[i - 1];
168 bhs[i - 1] = NULL;
192 /* Caller must provide a bhs[] with all NULL or non-NULL entries, so it
196 struct buffer_head *bhs[], int flags,
212 if (bhs == NULL) {
233 new_bh = (bhs[0] == NULL);
237 if (bhs[i] == NULL) {
238 bhs[i] = sb_getblk(sb, block++);
239 if (bhs[i] == NULL) {
247 bh = bhs[i];
340 bh = bhs[i];
355 bhs[i] = NULL;