MOS Source Code
Loading...
Searching...
No Matches
file_stat_t Struct Reference

#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
 

Detailed Description

Definition at line 63 of file fs_types.h.

Member Data Documentation

◆ ino

u64 ino

Definition at line 65 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ type

Definition at line 66 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ perm

Definition at line 67 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ size

size_t size

Definition at line 68 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ uid

uid_t uid

Definition at line 69 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ gid

gid_t gid

Definition at line 70 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ sticky

bool sticky

Definition at line 71 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ suid

bool suid

Definition at line 72 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ sgid

bool sgid

Definition at line 73 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ nlinks

ssize_t nlinks

Definition at line 74 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ accessed

u64 accessed

Definition at line 75 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ created

u64 created

Definition at line 76 of file fs_types.h.

Referenced by vfs_copy_stat().

◆ modified

u64 modified

Definition at line 77 of file fs_types.h.

Referenced by vfs_copy_stat().


The documentation for this struct was generated from the following file: