Home
last modified time | relevance | path

Searched refs:locked_pages (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ceph/
Daddr.c777 int pvec_pages, locked_pages; in ceph_writepages_start() local
786 locked_pages = 0; in ceph_writepages_start()
793 max_pages - (pgoff_t)locked_pages) - 1) in ceph_writepages_start()
799 if (!pvec_pages && !locked_pages) in ceph_writepages_start()
801 for (i = 0; i < pvec_pages && locked_pages < max_pages; i++) { in ceph_writepages_start()
804 if (locked_pages == 0) in ceph_writepages_start()
849 if (!locked_pages) in ceph_writepages_start()
866 if (locked_pages == 0) { in ceph_writepages_start()
917 pages[locked_pages] = page; in ceph_writepages_start()
918 locked_pages++; in ceph_writepages_start()
[all …]
/linux-4.1.27/fs/btrfs/
Dextent_io.c5203 int locked_pages = 0; in read_extent_buffer_pages() local
5230 locked_pages++; in read_extent_buffer_pages()
5281 while (locked_pages > 0) { in read_extent_buffer_pages()
5285 locked_pages--; in read_extent_buffer_pages()