Searched defs:pagevec (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dpagevec.h2 * include/linux/pagevec.h
5 * pages. A pagevec is a multipage container which is used for that.
11 /* 14 pointers + two long's align the pagevec structure to a power of two */
17 struct pagevec { struct
23 void __pagevec_release(struct pagevec *pvec);
24 void __pagevec_lru_add(struct pagevec *pvec, enum lru_list lru);
25 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
27 unsigned pagevec_lookup_tag(struct pagevec *pvec,
31 static inline void pagevec_init(struct pagevec *pvec, int cold)
37 static inline void pagevec_reinit(struct pagevec *pve
[all...]
H A Dnfs_xdr.h1160 struct page **pagevec; member in struct:nfs_read_data
1161 unsigned int npages; /* Max length of pagevec */
1183 struct page **pagevec; member in struct:nfs_write_data
1184 unsigned int npages; /* Max length of pagevec */

Completed in 50 milliseconds