Lines Matching defs:statbuf
35 static int cp_old_stat(struct inode * inode, struct __old_kernel_stat * statbuf) in cp_old_stat()
73 static int cp_new_stat(struct inode * inode, struct stat * statbuf) in cp_new_stat()
141 asmlinkage long sys_stat(char * filename, struct __old_kernel_stat * statbuf) in sys_stat()
157 asmlinkage long sys_newstat(char * filename, struct stat * statbuf) in sys_newstat()
178 asmlinkage long sys_lstat(char * filename, struct __old_kernel_stat * statbuf) in sys_lstat()
195 asmlinkage long sys_newlstat(char * filename, struct stat * statbuf) in sys_newlstat()
216 asmlinkage long sys_fstat(unsigned int fd, struct __old_kernel_stat * statbuf) in sys_fstat()
235 asmlinkage long sys_newfstat(unsigned int fd, struct stat * statbuf) in sys_newfstat()
279 static long cp_new_stat64(struct inode * inode, struct stat64 * statbuf) in cp_new_stat64()
338 asmlinkage long sys_stat64(char * filename, struct stat64 * statbuf, long flags) in sys_stat64()
353 asmlinkage long sys_lstat64(char * filename, struct stat64 * statbuf, long flags) in sys_lstat64()
368 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 * statbuf, long flags) in sys_fstat64()