Home
last modified time | relevance | path

Searched refs:ll_readahead_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw.c393 static struct ll_readahead_state *ll_ras_get(struct file *f) in ll_ras_get()
403 struct ll_readahead_state *ras; in ll_ra_read_in()
419 struct ll_readahead_state *ras; in ll_ra_read_ex()
428 static struct ll_ra_read *ll_ra_read_get_locked(struct ll_readahead_state *ras) in ll_ra_read_get_locked()
441 struct ll_readahead_state *ras; in ll_ra_read_get()
556 static inline int stride_io_mode(struct ll_readahead_state *ras) in stride_io_mode()
689 struct ll_readahead_state *ras, struct address_space *mapping, in ll_readahead()
824 static void ras_set_start(struct inode *inode, struct ll_readahead_state *ras, in ras_set_start()
831 static void ras_reset(struct inode *inode, struct ll_readahead_state *ras, in ras_reset()
845 static void ras_stride_reset(struct ll_readahead_state *ras) in ras_stride_reset()
[all …]
Dllite_internal.h541 struct ll_readahead_state { struct
627 struct ll_readahead_state fd_ras; argument
725 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
727 struct ll_readahead_state *ras, struct address_space *mapping,
1113 struct ll_readahead_state *ras, unsigned long index,
Dvvp_io.c825 struct ll_readahead_state *ras = &fd->fd_ras; in vvp_io_read_page()