vfs_file_t Struct Reference
[Fs]

Instances of this type represent an open file. More...

#include <vfs.h>


Data Fields

bool append
 Append on write.
fibril_mutex_t lock
 Serializes access to this open file.
vfs_node_tnode
aoff64_t pos
 Current absolute position in the file.
unsigned refcnt
 Number of file handles referencing this file.


Detailed Description

Instances of this type represent an open file.

If the file is opened by more than one task, there will be a separate structure allocated for each task.

Definition at line 129 of file vfs.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:46:01 2011 for HelenOS/USB by  doxygen 1.4.7