Searched refs:sys_newstat (Results 1 – 24 of 24) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | systbls.S | 28 /*35*/ .long sys_chown, sys_sync, sys_kill, sys_newstat, sys_sendfile 93 .long sys_sync, sys_kill, sys_newstat
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 134 int (*sys_newstat)(char *,struct stat *) = in solaris_stat() local 141 ret = sys_newstat(filenam, &s); in solaris_stat() 162 int (*sys_newstat)(char *,struct stat *) = in solaris_stat64() local 169 ret = sys_newstat(filenam, &s); in solaris_stat64()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 123 SYS(sys_newstat, 2)
|
D | sysirix.c | 1261 extern asmlinkage int sys_newstat(char * filename, struct stat * statbuf); 1277 retval = sys_newstat(filename, &kb); in irix_xstat() 1289 retval = sys_newstat(filename, statbuf); in irix_xstat()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | calls.S | 123 .long SYMBOL_NAME(sys_newstat)
|
/linux-2.4.37.9/fs/ |
D | stat.c | 157 asmlinkage long sys_newstat(char * filename, struct stat * statbuf) in sys_newstat() function
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 142 PTR sys_newstat
|
D | scall_n32.S | 143 PTR sys_newstat
|
D | scall_o32.S | 540 sys sys_newstat 2
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 528 .long SYMBOL_NAME(sys_newstat)
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | systbls.S | 88 .word sys_nis_syscall, sys_sync, sys_kill, sys_newstat, sys_sendfile
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | entry_hpux.S | 59 ENTRY_NAME(sys_newstat)
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entry.S | 930 .long SYMBOL_NAME(sys_newstat)
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 24 __SYSCALL(__NR_stat, sys_newstat)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | entry.S | 513 .long SYMBOL_NAME(sys_newstat)
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | entry.S | 835 .quad sys_newstat
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 116 extern asmlinkage long sys_newstat(char * filename, struct stat * statbuf); 130 ret = sys_newstat(name, &s); in sys32_newstat() 230 ret = sys_newstat(name, &s); in sys32_stat64()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | misc.S | 939 .llong .sys_newstat
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | misc.S | 1169 .long sys_newstat
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | entry.S | 1268 .long SYMBOL_NAME(sys_newstat)
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 205 extern asmlinkage long sys_newstat (char * filename, struct stat * statbuf); 219 ret = sys_newstat(name, &s); in sys32_newstat() 3740 ret = sys_newstat(name, &s); in sys32_stat64()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | entry.S | 1389 data8 sys_newstat // 1210
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | entry.S | 314 .long sys_newstat
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 4422 extern asmlinkage long sys_newstat(char * filename, struct stat * statbuf); 4438 ret = sys_newstat(tmp, &s); in sys32_stat64()
|