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