Searched defs:uml_stat (Results 1 – 1 of 1) sorted by relevance
44 struct uml_stat { struct45 int ust_dev; /* device */46 unsigned long long ust_ino; /* inode */47 int ust_mode; /* protection */48 int ust_nlink; /* number of hard links */49 int ust_uid; /* user ID of owner */50 int ust_gid; /* group ID of owner */51 unsigned long long ust_size; /* total size, in bytes */54 unsigned long ust_atime; /* time of last access */55 unsigned long ust_mtime; /* time of last modification */[all …]
Completed in 3 milliseconds