Home
last modified time | relevance | path

Searched refs:end_buffer_io_async (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/kernel/
Dksyms.c179 EXPORT_SYMBOL(end_buffer_io_async);
/linux-2.4.37.9/fs/
Dbuffer.c805 void end_buffer_io_async(struct buffer_head * bh, int uptodate) in end_buffer_io_async() function
867 bh->b_end_io = end_buffer_io_async; in set_buffer_async_io()
1846 end_buffer_io_async(bh, 1); in block_read_full_page()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c121 end_buffer_io_async(bh, uptodate); in linvfs_unwritten_done()
/linux-2.4.37.9/include/linux/
Dfs.h1147 extern void end_buffer_io_async(struct buffer_head *bh, int uptodate);