/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | sys_ia32.c | 132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64() 138 if (!user_write_access_begin(ubuf, sizeof(struct stat64))) in cp_stat64() 165 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 176 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 186 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 197 struct stat64 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | stat.h | 26 struct stat64 { struct 74 struct stat64 { struct
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_other.c | 63 int fstat64(int fd, struct stat64 *buf) in fstat64() 72 return stat64(filep->f_path, buf); in fstat64() 485 static void PrintFileInfo64(const struct stat64 *stat64Info, const char *name) in PrintFileInfo64() 539 struct stat64 stat64Info; in LsFile() 542 if (stat64(path, &stat64Info) == 0) { in LsFile() 556 struct stat64 stat64Info = { 0 }; in LsDir() 585 if (stat64(fullpath, &stat64Info) == 0) { in LsDir()
|
/kernel/linux/linux-5.10/fs/ |
D | stat.c | 459 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() 461 struct stat64 tmp; in cp_new_stat64() 494 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 495 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 507 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 518 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 530 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | stat.h | 26 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | stat.h | 19 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
D | stat.h | 38 struct stat64 { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | stat.h | 46 struct stat64 { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | stat.h | 33 struct stat64 { struct
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | stat.h | 49 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | ia32.h | 29 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | stat.h | 44 struct stat64 { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | stat.h | 55 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
D | stat.h | 43 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
D | stat.h | 45 struct stat64 { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | stat.h | 52 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
D | stat.h | 57 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | stat.h | 60 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | file.c | 25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat() 45 struct stat64 sbuf; in os_stat_fd() 59 struct stat64 sbuf; in os_stat_file() 62 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
D | stat.h | 52 struct stat64 { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | stat.h | 46 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | stat.h | 52 struct stat64 { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | stat.h | 47 struct stat64 { struct
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | stat.h | 42 struct stat64 { struct
|
/kernel/linux/linux-5.10/fs/hostfs/ |
D | hostfs_user.c | 21 static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) in stat64_to_hostfs() 43 struct stat64 buf; in stat_file()
|