此结构用于记录 vnode 的属性 更多...
#include <vnode.h>
成员变量 | |
unsigned int | attr_chg_valid |
节点改变有效性 (CHG_MODE | CHG_UID | ... ) 更多... | |
unsigned int | attr_chg_flags |
额外的系统与用户标志(flag),用来保护该文件 更多... | |
unsigned | attr_chg_mode |
确定了文件的类型,以及它的所有者、它的group、其它用户访问此文件的权限 (S_IWUSR | ...) 更多... | |
unsigned | attr_chg_uid |
用户ID 更多... | |
unsigned | attr_chg_gid |
组ID 更多... | |
unsigned | attr_chg_size |
节点大小 更多... | |
unsigned | attr_chg_atime |
节点最近访问时间 更多... | |
unsigned | attr_chg_mtime |
节点对应的文件内容被修改时间 更多... | |
unsigned | attr_chg_ctime |
节点自身被修改时间 更多... | |
unsigned IATTR::attr_chg_mode |