Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
8b3f7d5c
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
8b3f7d5c
编写于
5月 26, 2009
作者:
M
Michal Simek
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
microblaze_mmu_v2: stat.h MMU update
Signed-off-by:
N
Michal Simek
<
monstr@monstr.eu
>
上级
e57a221f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
36 addition
and
41 deletion
+36
-41
arch/microblaze/include/asm/stat.h
arch/microblaze/include/asm/stat.h
+36
-41
未找到文件。
arch/microblaze/include/asm/stat.h
浏览文件 @
8b3f7d5c
...
...
@@ -16,58 +16,53 @@
#include <linux/posix_types.h>
#define STAT_HAVE_NSEC 1
struct
stat
{
unsigned
int
st_dev
;
unsigned
long
st_dev
;
unsigned
long
st_ino
;
unsigned
int
st_mode
;
unsigned
int
st_nlink
;
unsigned
int
st_uid
;
unsigned
int
st_gid
;
unsigned
int
st_rdev
;
unsigned
long
st_size
;
unsigned
long
st_blksize
;
unsigned
long
st_blocks
;
unsigned
long
st_atime
;
unsigned
long
__unused1
;
/* unsigned long st_atime_nsec */
unsigned
long
st_mtime
;
unsigned
long
__unused2
;
/* unsigned long st_mtime_nsec */
unsigned
long
st_ctime
;
unsigned
long
__unused3
;
/* unsigned long st_ctime_nsec */
unsigned
long
st_rdev
;
unsigned
long
__pad1
;
long
st_size
;
int
st_blksize
;
int
__pad2
;
long
st_blocks
;
int
st_atime
;
unsigned
int
st_atime_nsec
;
int
st_mtime
;
unsigned
int
st_mtime_nsec
;
int
st_ctime
;
unsigned
int
st_ctime_nsec
;
unsigned
long
__unused4
;
unsigned
long
__unused5
;
};
struct
stat64
{
unsigned
long
long
st_dev
;
unsigned
long
__unused1
;
unsigned
long
long
st_ino
;
unsigned
int
st_mode
;
unsigned
int
st_nlink
;
unsigned
int
st_uid
;
unsigned
int
st_gid
;
unsigned
long
long
st_rdev
;
unsigned
long
__unused3
;
long
long
st_size
;
unsigned
long
st_blksize
;
unsigned
long
st_blocks
;
/* No. of 512-byte blocks allocated */
unsigned
long
__unused4
;
/* future possible st_blocks high bits */
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
__unused8
;
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
long
long
__pad1
;
long
long
st_size
;
/* Size of file, in bytes. */
int
st_blksize
;
/* Optimal block size for I/O. */
int
__pad2
;
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_MICROBLAZE_STAT_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录