Home
last modified time | relevance | path

Searched defs:uml_stat (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/um/include/shared/
Dos.h50 struct uml_stat { struct
51 int ust_dev; /* device */
52 unsigned long long ust_ino; /* inode */
53 int ust_mode; /* protection */
54 int ust_nlink; /* number of hard links */
55 int ust_uid; /* user ID of owner */
56 int ust_gid; /* group ID of owner */
57 unsigned long long ust_size; /* total size, in bytes */
58 int ust_blksize; /* blocksize for filesystem I/O */
59 unsigned long long ust_blocks; /* number of blocks allocated */
[all …]
/kernel/linux/linux-5.10/arch/um/include/shared/
Dos.h45 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 */
[all …]