Searched refs:specialfile (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | swapfile.c | 2825 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 D | syscalls.h | 830 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 D | builtin-trace.c | 1398 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, }, 1400 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },
|