Searched refs:sys_newlstat (Results 1 – 24 of 24) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | systbls.S | 29 /*40*/ .long sys_newlstat, sys_dup, sys_pipe, sys_times, sys_getuid 61 /*200*/ .long sys_ssetmask, sys_sigsuspend, sys_newlstat, sys_uselib, old_readdir 94 .long sunos_nosys, sys_newlstat, sys_dup
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 184 int (*sys_newlstat)(char *,struct stat *) = in solaris_lstat() local 191 ret = sys_newlstat(filenam, &s); in solaris_lstat() 211 int (*sys_newlstat)(char *,struct stat *) = in solaris_lstat64() local 218 ret = sys_newlstat(filenam, &s); in solaris_lstat64()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | systbls.S | 89 /*40*/ .word sys_newlstat, sys_dup, sys_pipe, sys_times, sys_nis_syscall 121 /*200*/ .word sys_ssetmask, sys_nis_syscall, sys_newlstat, sys_uselib, sys_nis_syscall
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 124 SYS(sys_newlstat, 2)
|
D | sysirix.c | 1310 extern asmlinkage int sys_newlstat(char * filename, struct stat * statbuf); 1326 error = sys_newlstat(filename, &kb); in irix_lxstat() 1338 error = sys_newlstat(filename, statbuf); in irix_lxstat()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | calls.S | 124 .long SYMBOL_NAME(sys_newlstat)
|
/linux-2.4.37.9/fs/ |
D | stat.c | 195 asmlinkage long sys_newlstat(char * filename, struct stat * statbuf) in sys_newlstat() function
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 144 PTR sys_newlstat
|
D | scall_n32.S | 145 PTR sys_newlstat
|
D | scall_o32.S | 541 sys sys_newlstat 2
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 529 .long SYMBOL_NAME(sys_newlstat)
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | entry_hpux.S | 61 ENTRY_NAME(sys_newlstat) /* 40 */
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entry.S | 931 .long SYMBOL_NAME(sys_newlstat)
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 28 __SYSCALL(__NR_lstat, sys_newlstat)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | entry.S | 514 .long SYMBOL_NAME(sys_newlstat)
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | entry.S | 836 .quad sys_newlstat
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 138 extern asmlinkage long sys_newlstat(char * filename, struct stat * statbuf); 152 ret = sys_newlstat(name, &s); in sys32_newlstat() 250 ret = sys_newlstat(name, &s); in sys32_lstat64()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | misc.S | 940 .llong .sys_newlstat
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | misc.S | 1170 .long sys_newlstat
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | entry.S | 1269 .long SYMBOL_NAME(sys_newlstat)
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 227 extern asmlinkage long sys_newlstat(char * filename, struct stat * statbuf); 241 ret = sys_newlstat(name, &s); in sys32_newlstat() 3760 ret = sys_newlstat(name, &s); in sys32_lstat64()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | entry.S | 1390 data8 sys_newlstat
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | entry.S | 315 .long sys_newlstat
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 4446 extern asmlinkage long sys_newlstat(char * filename, struct stat * statbuf); 4462 ret = sys_newlstat(tmp, &s); in sys32_lstat64()
|