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

#include <vfs_types.h>

+ Collaboration diagram for file_t:

Public Attributes

io_t io
 
dentry_tdentry
 
spinlock_t offset_lock
 
size_t offset
 
voidprivate_data
 

Detailed Description

Definition at line 197 of file vfs_types.h.

Member Data Documentation

◆ io

◆ dentry

◆ offset_lock

spinlock_t offset_lock

Definition at line 201 of file vfs_types.h.

Referenced by vfs_io_ops_read(), vfs_io_ops_seek(), and vfs_io_ops_write().

◆ offset

size_t offset

Definition at line 202 of file vfs_types.h.

Referenced by vfs_io_ops_read(), vfs_io_ops_seek(), and vfs_io_ops_write().

◆ private_data


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