Home
last modified time | relevance | path

Searched defs:icommon (Results 1 – 1 of 1) sorted by relevance

/external/grub/stage2/
Ddisk_inode.h62 struct icommon struct
64 u_short ic_mode; /* 0: mode and type of file */
65 short ic_nlink; /* 2: number of links to file */
66 mach_uid_t ic_uid; /* 4: owner's user id */
67 mach_gid_t ic_gid; /* 6: owner's group id */
68 quad ic_size; /* 8: number of bytes in file */
69 mach_time_t ic_atime; /* 16: time last accessed */
70 int ic_atspare;
71 mach_time_t ic_mtime; /* 24: time last modified */
72 int ic_mtspare;
[all …]