Searched refs:probe_block (Results 1 – 2 of 2) sorted by relevance
155 sector_t probe_block; in generic_swapfile_activate() local169 probe_block = 0; in generic_swapfile_activate()172 while ((probe_block + blocks_per_page) <= last_block && in generic_swapfile_activate()179 first_block = bmap(inode, probe_block); in generic_swapfile_activate()187 probe_block++; in generic_swapfile_activate()195 block = bmap(inode, probe_block + block_in_page); in generic_swapfile_activate()200 probe_block++; in generic_swapfile_activate()221 probe_block += blocks_per_page; in generic_swapfile_activate()
3053 sector_t probe_block; in check_swap_activate() local3065 probe_block = 0; in check_swap_activate()3068 while ((probe_block + blocks_per_page) <= last_block && page_no < max) { in check_swap_activate()3074 first_block = bmap(inode, probe_block); in check_swap_activate()3082 probe_block++; in check_swap_activate()3090 block = bmap(inode, probe_block + block_in_page); in check_swap_activate()3095 probe_block++; in check_swap_activate()3109 probe_block += blocks_per_page; in check_swap_activate()