Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c2652 SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) in SYSCALL_DEFINE1() argument
2669 pathname = getname(specialfile); in SYSCALL_DEFINE1()
3266 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) in SYSCALL_DEFINE2() argument
3302 name = getname(specialfile); in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dsyscalls.h819 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
820 asmlinkage long sys_swapoff(const char __user *specialfile);
/linux/tools/perf/
H A Dbuiltin-trace.c1382 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },
1384 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },