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

/linux-master/fs/
H A Dbuffer.c245 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) function
306 end_buffer_async_read(bh, valid);
339 end_buffer_async_read(bh, err == 0);
371 end_buffer_async_read(bh, uptodate);
420 * If a page's buffers are under async readin (end_buffer_async_read
424 * locked buffer would confuse end_buffer_async_read() into not unlocking
425 * the page. So the absence of BH_Async_Read tells end_buffer_async_read()
2434 end_buffer_async_read(bh, 1);

Completed in 110 milliseconds