Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c85 COMPAT_SYSCALL_WRAP2(swapon, const char __user *, specialfile, int, swap_flags);
89 COMPAT_SYSCALL_WRAP1(swapoff, const char __user *, specialfile);
/Linux-v4.19/mm/
Dswapfile.c2516 SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) in SYSCALL_DEFINE1() argument
2534 pathname = getname(specialfile); in SYSCALL_DEFINE1()
3095 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) in SYSCALL_DEFINE2() argument
3129 name = getname(specialfile); in SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dsyscalls.h789 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
790 asmlinkage long sys_swapoff(const char __user *specialfile);