Lines Matching refs:ll_rw_block
155 * unlock the buffer. This is what ll_rw_block uses too.
494 * To do O_SYNC writes, just queue the buffer writes with ll_rw_block as
565 ll_rw_block(REQ_OP_WRITE, 0, 1, &bh);
1366 ll_rw_block(REQ_OP_READ, REQ_RAHEAD, 1, &bh);
1377 ll_rw_block(REQ_OP_READ, REQ_RAHEAD, 1, &bh);
1824 * ll_rw_block/submit_bh. A rare case.
2041 ll_rw_block(REQ_OP_READ, 0, 1, &bh);
2930 ll_rw_block(REQ_OP_READ, 0, 1, &bh);
3065 * ll_rw_block: low-level access to block devices (DEPRECATED)
3071 * ll_rw_block() takes an array of pointers to &struct buffer_heads, and
3083 * ll_rw_block sets b_end_io to simple completion handler that marks
3090 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[])
3117 EXPORT_SYMBOL(ll_rw_block);