Home
last modified time | relevance | path

Searched refs:specialfile (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dswapfile.c2565 SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) in SYSCALL_DEFINE1() argument
2583 pathname = getname(specialfile); in SYSCALL_DEFINE1()
3165 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) in SYSCALL_DEFINE2() argument
3199 name = getname(specialfile); in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/include/linux/
Dsyscalls.h894 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
895 asmlinkage long sys_swapoff(const char __user *specialfile);