• Home
  • Raw
  • Download

Lines Matching defs:swap_file

355         let swap_file = SwapFile::new(&file, 0, 200).unwrap();  in len()  localVariable
363 let swap_file = SwapFile::new(&file, 0, 200).unwrap(); in page_content_default_is_none() localVariable
371 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in page_content_returns_content() localVariable
384 let swap_file = SwapFile::new(&file, 0, 200).unwrap(); in page_content_out_of_range() localVariable
402 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in write_to_file_swap_file() localVariable
439 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in write_to_file_invalid_size() localVariable
451 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in write_to_file_out_of_range() localVariable
469 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in lock_and_start_populate() localVariable
492 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in clear_range() localVariable
505 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in clear_range_unlocked_pages() localVariable
524 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in clear_range_keep_on_disk() localVariable
538 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in clear_range_out_of_range() localVariable
554 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in erase_from_disk() localVariable
570 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in erase_from_disk_unlocked_pages() localVariable
593 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in erase_from_disk_out_of_range() localVariable
610 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in clear_mlock() localVariable
629 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in first_data_range() localVariable
647 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in get_slice() localVariable
669 let swap_file = SwapFile::new(&file, 0, 200).unwrap(); in get_slice_out_of_range() localVariable
682 let mut swap_file = SwapFile::new(&file, 0, 200).unwrap(); in present_pages() localVariable