Searched defs:uml_stat (Results 1 – 1 of 1) sorted by relevance
43 struct uml_stat { struct44 int ust_dev; /* device */45 unsigned long long ust_ino; /* inode */46 int ust_mode; /* protection */47 int ust_nlink; /* number of hard links */48 int ust_uid; /* user ID of owner */49 int ust_gid; /* group ID of owner */50 unsigned long long ust_size; /* total size, in bytes */51 int ust_blksize; /* blocksize for filesystem I/O */52 unsigned long long ust_blocks; /* number of blocks allocated */[all …]