Searched refs:highest_bit (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/iomap/
H A Dswapfile.c192 sis->highest_bit = isi.nr_pages - 1;
/linux-master/mm/
H A Dswapfile.c704 if (end == si->highest_bit)
705 WRITE_ONCE(si->highest_bit, si->highest_bit - nr_entries);
709 si->highest_bit = 0;
733 if (end > si->highest_bit) {
734 bool was_full = !si->highest_bit;
736 WRITE_ONCE(si->highest_bit, end);
780 if (si->highest_bit <= si->lowest_bit)
782 next = get_random_u32_inclusive(si->lowest_bit, si->highest_bit);
862 for (; last_in_cluster <= si->highest_bit; offse
[all...]
H A Dpage_io.c166 sis->highest_bit = page_no - 1;
/linux-master/include/linux/
H A Dswap.h293 unsigned int highest_bit; /* index of last free in swap_map */ member in struct:swap_info_struct
308 * swap_map, lowest_bit, highest_bit,
/linux-master/fs/f2fs/
H A Ddata.c3999 sis->highest_bit = cur_lblock - 1;
/linux-master/fs/btrfs/
H A Dinode.c10936 sis->highest_bit = bsi.nr_pages - 1;

Completed in 1409 milliseconds