Home
last modified time | relevance | path

Searched refs:sys_nfsservctl (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/include/linux/nfsd/
Dsyscall.h136 extern asmlinkage long sys_nfsservctl(int, void *, void *);
138 #define sys_nfsservctl sys_ni_syscall macro
/linux-2.4.37.9/fs/
Dfilesystems.c20 asmlinkage sys_nfsservctl(int cmd, void *argp, void *resp) in sys_nfsservctl() function
/linux-2.4.37.9/fs/nfsd/
Dnfsctl.c197 #define handle_sys_nfsservctl sys_nfsservctl
/linux-2.4.37.9/arch/mips/kernel/
Dsyscalls.h206 SYS(sys_nfsservctl, 3)
/linux-2.4.37.9/arch/arm/kernel/
Dcalls.S186 .long SYMBOL_NAME(sys_nfsservctl)
/linux-2.4.37.9/arch/sparc/kernel/
Dsystbls.S72 /*250*/ .long sparc_mremap, sys_sysctl, sys_getsid, sys_fdatasync, sys_nfsservctl
/linux-2.4.37.9/arch/mips64/kernel/
Dscall_64.S311 PTR sys_nfsservctl
Dscall_n32.S312 PTR sys_nfsservctl
Dscall_o32.S516 sys sys_nfsservctl 3
/linux-2.4.37.9/arch/m68k/kernel/
Dentry.S591 .long SYMBOL_NAME(sys_nfsservctl)
/linux-2.4.37.9/arch/sparc64/kernel/
Dsystbls.S131 /*250*/ .word sys64_mremap, sys_sysctl, sys_getsid, sys_fdatasync, sys_nfsservctl
Dsys_sparc32.c4084 err = sys_nfsservctl(cmd, karg, kres); in sys32_nfsservctl()
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S993 .long SYMBOL_NAME(sys_nfsservctl)
/linux-2.4.37.9/include/asm-x86_64/
Dunistd.h416 __SYSCALL(__NR_nfsservctl, sys_nfsservctl)
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S576 .long SYMBOL_NAME(sys_nfsservctl)
/linux-2.4.37.9/arch/alpha/kernel/
Dentry.S1117 .quad sys_nfsservctl
/linux-2.4.37.9/arch/ppc64/kernel/
Dmisc.S1001 .llong .sys_nfsservctl
Dsys_ppc32.c2009 err = sys_nfsservctl(cmd, karg, kres); in sys32_nfsservctl()
/linux-2.4.37.9/arch/ppc/kernel/
Dmisc.S1231 .long sys_nfsservctl
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S1331 .long SYMBOL_NAME(sys_nfsservctl)
/linux-2.4.37.9/arch/ia64/kernel/
Dentry.S1348 data8 sys_nfsservctl
/linux-2.4.37.9/arch/sh64/kernel/
Dentry.S377 .long sys_nfsservctl
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c4474 extern asmlinkage long sys_nfsservctl(int cmd, void *arg, void *resp);
4522 err = sys_nfsservctl(cmd, karg, kres); in sys32_nfsservctl()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2909 KERNEL_SYSCALL(ret, sys_nfsservctl, cmd, &n, &rbuf); in sys32_nfsservctl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c2582 err = sys_nfsservctl(cmd, karg, kres); in sys32_nfsservctl()

12