specialfile       865 include/linux/syscalls.h asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);
specialfile       866 include/linux/syscalls.h asmlinkage long sys_swapoff(const char __user *specialfile);
specialfile      2515 mm/swapfile.c  SYSCALL_DEFINE1(swapoff, const char __user *, specialfile)
specialfile      2533 mm/swapfile.c  	pathname = getname(specialfile);
specialfile      3098 mm/swapfile.c  SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags)
specialfile      3132 mm/swapfile.c  	name = getname(specialfile);