Lines Matching defs:uml_stat
41 struct uml_stat { struct
42 int ust_dev; /* device */
43 unsigned long long ust_ino; /* inode */
44 int ust_mode; /* protection */
45 int ust_nlink; /* number of hard links */
46 int ust_uid; /* user ID of owner */
47 int ust_gid; /* group ID of owner */
48 unsigned long long ust_size; /* total size, in bytes */
49 int ust_blksize; /* blocksize for filesystem I/O */
50 unsigned long long ust_blocks; /* number of blocks allocated */
51 unsigned long ust_atime; /* time of last access */
52 unsigned long ust_mtime; /* time of last modification */
53 unsigned long ust_ctime; /* time of last change */