Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c289 static int start_read(struct inode *inode, struct list_head *page_list, int max) in start_read() argument
294 struct page *page = list_entry(page_list->prev, struct page, lru); in start_read()
309 list_for_each_entry_reverse(page, page_list, lru) { in start_read()
336 page = list_entry(page_list->prev, struct page, lru); in start_read()
380 struct list_head *page_list, unsigned nr_pages) in ceph_readpages() argument
387 rc = ceph_readpages_from_fscache(mapping->host, mapping, page_list, in ceph_readpages()
400 while (!list_empty(page_list)) { in ceph_readpages()
401 rc = start_read(inode, page_list, max); in ceph_readpages()
407 ceph_fscache_readpages_cancel(inode, page_list); in ceph_readpages()
/fs/cifs/
Dfile.c3413 readpages_get_pages(struct address_space *mapping, struct list_head *page_list, in readpages_get_pages() argument
3423 page = list_entry(page_list->prev, struct page, lru); in readpages_get_pages()
3448 list_for_each_entry_safe_reverse(page, tpage, page_list, lru) { in readpages_get_pages()
3472 struct list_head *page_list, unsigned num_pages) in cifs_readpages() argument
3488 rc = cifs_readpages_from_fscache(mapping->host, mapping, page_list, in cifs_readpages()
3515 while (!list_empty(page_list)) { in cifs_readpages()
3538 rc = readpages_get_pages(mapping, page_list, rsize, &tmplist, in cifs_readpages()
3596 cifs_fscache_readpages_cancel(mapping->host, page_list); in cifs_readpages()
/fs/nfs/
Dwrite.c1552 void nfs_retry_commit(struct list_head *page_list, in nfs_retry_commit() argument
1558 while (!list_empty(page_list)) { in nfs_retry_commit()
1559 req = nfs_list_entry(page_list->next); in nfs_retry_commit()
Dinternal.h449 void nfs_retry_commit(struct list_head *page_list,