Lines Matching defs:jffs2_stat
17 struct jffs2_stat { struct
18 unsigned long st_mode; /* File mode */
19 unsigned int st_ino; /* File serial number */
20 unsigned int st_dev; /* ID of device containing file */
21 unsigned short st_nlink; /* Number of hard links */
22 unsigned short st_uid; /* User ID of the file owner */
23 unsigned short st_gid; /* Group ID of the file's group */
24 long st_size; /* File size (regular files only) */
25 long st_atime; /* Last access time */
26 long st_mtime; /* Last data modification time */
27 long st_ctime; /* Last file status change time */