MOS Source Code
|
#include <fs_types.h>
Public Attributes | |
u64 | ino |
file_type_t | type |
file_perm_t | perm |
size_t | size |
uid_t | uid |
gid_t | gid |
bool | sticky |
bool | suid |
bool | sgid |
ssize_t | nlinks |
u64 | accessed |
u64 | created |
u64 | modified |
Definition at line 63 of file fs_types.h.
u64 ino |
Definition at line 65 of file fs_types.h.
Referenced by vfs_copy_stat().
file_type_t type |
Definition at line 66 of file fs_types.h.
Referenced by vfs_copy_stat().
file_perm_t perm |
Definition at line 67 of file fs_types.h.
Referenced by vfs_copy_stat().
size_t size |
Definition at line 68 of file fs_types.h.
Referenced by vfs_copy_stat().
uid_t uid |
Definition at line 69 of file fs_types.h.
Referenced by vfs_copy_stat().
gid_t gid |
Definition at line 70 of file fs_types.h.
Referenced by vfs_copy_stat().
bool sticky |
Definition at line 71 of file fs_types.h.
Referenced by vfs_copy_stat().
bool suid |
Definition at line 72 of file fs_types.h.
Referenced by vfs_copy_stat().
bool sgid |
Definition at line 73 of file fs_types.h.
Referenced by vfs_copy_stat().
ssize_t nlinks |
Definition at line 74 of file fs_types.h.
Referenced by vfs_copy_stat().
u64 accessed |
Definition at line 75 of file fs_types.h.
Referenced by vfs_copy_stat().
u64 created |
Definition at line 76 of file fs_types.h.
Referenced by vfs_copy_stat().
u64 modified |
Definition at line 77 of file fs_types.h.
Referenced by vfs_copy_stat().