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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c308 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) function
423 * If a page's buffers are under async readin (end_buffer_async_read
427 * locked buffer would confuse end_buffer_async_read() into not unlocking
428 * the page. So the absence of BH_Async_Read tells end_buffer_async_read()
445 bh->b_end_io = end_buffer_async_read;
2115 end_buffer_async_read(bh, 1);

Completed in 40 milliseconds