Searched refs:bhs (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dcompress.c181 struct buffer_head *bhs[needblocks+1]; local
187 memset(bhs, 0, (needblocks+1)*sizeof(struct buffer_head *));
188 haveblocks = isofs_get_blocks(inode, blockptr, bhs, needblocks);
189 ll_rw_block(READ, haveblocks, bhs);
191 bhptr = &bhs[0];
301 if ( bhs[i] )
302 brelse(bhs[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jbd/
H A Dcheckpoint.c181 static void __flush_batch(struct buffer_head **bhs, int *batch_count) argument
186 ll_rw_block(WRITE, *batch_count, bhs);
190 struct buffer_head *bh = bhs[i];
207 struct buffer_head **bhs, int *batch_count,
227 bhs[*batch_count] = bh;
230 __flush_batch(bhs, batch_count);
270 struct buffer_head *bhs[NR_BATCH]; local
315 retry = __flush_buffer(journal, jh, bhs, &batch_count,
319 __flush_batch(bhs, &batch_count);
206 __flush_buffer(journal_t *journal, struct journal_head *jh, struct buffer_head **bhs, int *batch_count, int *drop_count) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dll_rw_blk.c1214 * @bhs: array of pointers to &struct buffer_head
1241 void ll_rw_block(int rw, int nr, struct buffer_head * bhs[]) argument
1250 major = MAJOR(bhs[0]->b_dev);
1253 correct_size = get_hardsect_size(bhs[0]->b_dev);
1257 struct buffer_head *bh = bhs[i];
1261 kdevname(bhs[0]->b_dev),
1267 if ((rw & WRITE) && is_read_only(bhs[0]->b_dev)) {
1269 kdevname(bhs[0]->b_dev));
1274 struct buffer_head *bh = bhs[i];
1312 mark_buffer_clean(bhs[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbuffer.c2237 struct buffer_head *tmp, **bhs = NULL; local
2263 if (!bhs)
2264 bhs = iobuf->bh;
2287 tmp = bhs[bhind++];
2311 err = wait_kio(rw, bhind, bhs, size);
2334 err = wait_kio(rw, bhind, bhs, size);

Completed in 95 milliseconds