Lines Matching refs:next
105 pgoff_t next; /* the next page offset to be fallocated */
524 LIST_HEAD(list), *pos, *next;
536 list_for_each_safe(pos, next, &sbinfo->shrinklist) {
545 goto next;
552 goto next;
556 next:
563 list_for_each_safe(pos, next, &to_remove) {
570 list_for_each_safe(pos, next, &list) {
713 next:
717 goto next;
1322 struct shmem_inode_info *info, *next;
1329 list_for_each_entry_safe(info, next, &shmem_swaplist, swaplist) {
1348 next = list_next_entry(info, swaplist);
1414 index < shmem_falloc->next)
2077 vmf->pgoff < shmem_falloc->next) {
2798 shmem_falloc.next = (unmap_end + 1) >> PAGE_SHIFT;
2838 shmem_falloc.next = start;
2872 shmem_falloc.next++;