Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Defs_fs_i.h39 struct efs_dinode { struct
40 u_short di_mode; /* mode and type of file */
41 short di_nlink; /* number of links to file */
42 u_short di_uid; /* owner's user id */
43 u_short di_gid; /* owner's group id */
44 int32_t di_size; /* number of bytes in file */
45 int32_t di_atime; /* time last accessed */
46 int32_t di_mtime; /* time last modified */
47 int32_t di_ctime; /* time created */
48 uint32_t di_gen; /* generation number */
[all …]