Home
last modified time | relevance | path

Searched refs:iomap_readahead (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/iomap/
H A Dtrace.h42 DEFINE_READPAGE_EVENT(iomap_readahead);
H A Dbuffered-io.c393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
423 EXPORT_SYMBOL_GPL(iomap_readahead);
/OK3568_Linux_fs/kernel/include/linux/
H A Diomap.h165 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_aops.c654 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Daops.c569 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/OK3568_Linux_fs/kernel/fs/zonefs/
H A Dsuper.c159 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()