Home
last modified time | relevance | path

Searched refs:nr_swapfiles (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dswapfile.c69 static unsigned int nr_swapfiles; variable
1991 for (type = 0; type < nr_swapfiles; type++) { in swap_type_of()
2015 for (type = 0; type < nr_swapfiles; type++) { in find_first_swap()
2054 if ((unsigned int)type < nr_swapfiles) { in count_swap_pages()
2512 for (type = 0; type < nr_swapfiles; type++) in drain_mmlist()
3062 for (type = 0; type < nr_swapfiles; type++) { in alloc_swap_info()
3072 if (type >= nr_swapfiles) { in alloc_swap_info()
3079 nr_swapfiles++; in alloc_swap_info()
3579 for (type = 0; type < nr_swapfiles; type++) { in si_swapinfo()
/linux/fs/btrfs/
H A Dctree.h305 atomic_t nr_swapfiles; member
H A Dinode.c4792 if (atomic_read(&dest->nr_swapfiles)) { in btrfs_delete_subvolume()
10259 atomic_dec(&BTRFS_I(inode)->root->nr_swapfiles); in btrfs_swap_deactivate()
10377 atomic_inc(&root->nr_swapfiles); in btrfs_swap_activate()
H A Ddisk-io.c648 atomic_set(&root->nr_swapfiles, 0); in btrfs_alloc_root()
H A Dioctl.c730 if (atomic_read(&root->nr_swapfiles)) { in create_snapshot()