Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dswapfile.c2745 SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) in SYSCALL_DEFINE1() argument
2762 pathname = getname(specialfile); in SYSCALL_DEFINE1()
3371 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) in SYSCALL_DEFINE2() argument
3407 name = getname(specialfile); in SYSCALL_DEFINE2()
/linux-6.12.1/include/linux/
Dsyscalls.h806 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
807 asmlinkage long sys_swapoff(const char __user *specialfile);
/linux-6.12.1/tools/perf/
Dbuiltin-trace.c1378 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },
1380 .arg = { [0] = SCA_FILENAME_FROM_USER(specialfile), }, },