Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c2825 SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) in SYSCALL_DEFINE1() argument
2843 pathname = getname(specialfile); in SYSCALL_DEFINE1()
3392 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) in SYSCALL_DEFINE2() argument
3425 name = getname(specialfile); in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dsyscalls.h830 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
831 asmlinkage long sys_swapoff(const char __user *specialfile);
/linux/tools/perf/
H A Dbuiltin-trace.c1398 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },
1400 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },