Home
last modified time | relevance | path

Searched refs:set_buffer_async_io (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/
Dbuffer.c865 inline void set_buffer_async_io(struct buffer_head *bh) in set_buffer_async_io() function
1572 set_buffer_async_io(bh); in __block_write_full_page()
1605 set_buffer_async_io(bh); in __block_write_full_page()
1839 set_buffer_async_io(bh); in block_read_full_page()
2468 set_buffer_async_io(bh); in brw_page()
/linux-2.4.37.9/kernel/
Dksyms.c178 EXPORT_SYMBOL(set_buffer_async_io); /* for reiserfs_writepage */
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c527 set_buffer_async_io(bh); in xfs_submit_page()
/linux-2.4.37.9/include/linux/
Dfs.h1150 extern void set_buffer_async_io(struct buffer_head *bh) ;
/linux-2.4.37.9/fs/reiserfs/
Dinode.c2001 set_buffer_async_io(bh) ; in submit_bh_for_writepage()