__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_STAT_H
#define _ASM_POWERPC_STAT_H
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/types.h>
#define STAT_HAVE_NSEC 1
#ifndef __powerpc64__
struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
unsigned short st_nlink;
unsigned short st_uid;
unsigned short st_gid;
unsigned short st_rdev;
unsigned long st_size;
unsigned long st_atime;
unsigned long st_mtime;
unsigned long st_ctime;
};
#endif /* !__powerpc64__ */
struct stat {
unsigned long st_dev;
__kernel_ino_t st_ino;
#ifdef __powerpc64__
unsigned long st_nlink;
__kernel_mode_t st_mode;
#else
__kernel_mode_t st_mode;
unsigned short st_nlink;
#endif
__kernel_uid32_t st_uid;
__kernel_gid32_t st_gid;
unsigned long st_rdev;
long st_size;
unsigned long st_blksize;
unsigned long st_blocks;
unsigned long st_atime;
unsigned long st_atime_nsec;
unsigned long st_mtime;
unsigned long st_mtime_nsec;
unsigned long st_ctime;
unsigned long st_ctime_nsec;
unsigned long __unused4;
unsigned long __unused5;
#ifdef __powerpc64__
unsigned long __unused6;
#endif
};
/* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
struct stat64 {
unsigned long long st_dev; /* Device. */
unsigned long long st_ino; /* File serial number. */
unsigned int st_mode; /* File mode. */
unsigned int st_nlink; /* Link count. */
unsigned int st_uid; /* User ID of the file's owner. */
unsigned int st_gid; /* Group ID of the file's group. */
unsigned long long st_rdev; /* Device number, if device. */
unsigned short __pad2;
long long st_size; /* Size of file, in bytes. */
int st_blksize; /* Optimal block size for I/O. */
long long st_blocks; /* Number 512-byte blocks allocated. */
int st_atime; /* Time of last access. */
unsigned int st_atime_nsec;
int st_mtime; /* Time of last modification. */
unsigned int st_mtime_nsec;
int st_ctime; /* Time of last status change. */
unsigned int st_ctime_nsec;
unsigned int __unused4;
unsigned int __unused5;
};
#endif /* _ASM_POWERPC_STAT_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Kbuild | File | 89 B | 0644 |
|
| auxvec.h | File | 1.8 KB | 0644 |
|
| bitsperlong.h | File | 312 B | 0644 |
|
| bootx.h | File | 4.31 KB | 0644 |
|
| byteorder.h | File | 550 B | 0644 |
|
| cputable.h | File | 2.34 KB | 0644 |
|
| eeh.h | File | 2.18 KB | 0644 |
|
| elf.h | File | 13.1 KB | 0644 |
|
| epapr_hcalls.h | File | 4.17 KB | 0644 |
|
| errno.h | File | 278 B | 0644 |
|
| fcntl.h | File | 367 B | 0644 |
|
| ioctl.h | File | 302 B | 0644 |
|
| ioctls.h | File | 4.26 KB | 0644 |
|
| ipcbuf.h | File | 1.03 KB | 0644 |
|
| kvm.h | File | 25.51 KB | 0644 |
|
| kvm_para.h | File | 2.73 KB | 0644 |
|
| mman.h | File | 1.26 KB | 0644 |
|
| msgbuf.h | File | 1.13 KB | 0644 |
|
| nvram.h | File | 2.03 KB | 0644 |
|
| opal-prd.h | File | 1.74 KB | 0644 |
|
| papr-miscdev.h | File | 199 B | 0644 |
|
| papr-sysparm.h | File | 2.02 KB | 0644 |
|
| papr-vpd.h | File | 553 B | 0644 |
|
| perf_event.h | File | 565 B | 0644 |
|
| perf_regs.h | File | 2.7 KB | 0644 |
|
| posix_types.h | File | 594 B | 0644 |
|
| ps3fb.h | File | 1.74 KB | 0644 |
|
| ptrace.h | File | 7.6 KB | 0644 |
|
| sembuf.h | File | 1.12 KB | 0644 |
|
| setup.h | File | 203 B | 0644 |
|
| shmbuf.h | File | 1.68 KB | 0644 |
|
| sigcontext.h | File | 4.34 KB | 0644 |
|
| signal.h | File | 2.53 KB | 0644 |
|
| socket.h | File | 600 B | 0644 |
|
| spu_info.h | File | 832 B | 0644 |
|
| stat.h | File | 2.31 KB | 0644 |
|
| swab.h | File | 602 B | 0644 |
|
| termbits.h | File | 4.01 KB | 0644 |
|
| termios.h | File | 1.67 KB | 0644 |
|
| tm.h | File | 734 B | 0644 |
|
| types.h | File | 1.29 KB | 0644 |
|
| ucontext.h | File | 975 B | 0644 |
|
| unistd.h | File | 577 B | 0644 |
|
| vas-api.h | File | 664 B | 0644 |
|