• Home
  • Raw
  • Download

Lines Matching defs:swap_file

707         let swap_file = SwapFile::new(&file, 200).unwrap();  in len()  localVariable
715 let swap_file = SwapFile::new(&file, 200).unwrap(); in page_content_default_is_none() localVariable
723 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in page_content_returns_content() localVariable
738 let swap_file = SwapFile::new(&file, 200).unwrap(); in page_content_out_of_range() localVariable
758 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in write_to_file_swap_file() localVariable
774 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in write_to_file_invalid_size() localVariable
786 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in write_to_file_out_of_range() localVariable
803 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in write_to_file_overwrite() localVariable
846 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in lock_and_start_populate() localVariable
869 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in clear_range() localVariable
882 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in clear_range_unlocked_pages() localVariable
901 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in clear_range_keep_on_disk() localVariable
917 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in clear_range_out_of_range() localVariable
934 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in free_range() localVariable
948 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in free_range_unlocked_pages() localVariable
971 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in free_range_out_of_range() localVariable
987 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in free_range_and_write() localVariable
1020 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in clear_mlock() localVariable
1039 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in first_data_range() localVariable
1058 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in get_slice() localVariable
1080 let swap_file = SwapFile::new(&file, 200).unwrap(); in get_slice_out_of_range() localVariable
1093 let mut swap_file = SwapFile::new(&file, 200).unwrap(); in present_pages() localVariable