#include <vfs.h>
Data Fields | |
| bool | append |
| Append on write. | |
| fibril_mutex_t | lock |
| Serializes access to this open file. | |
| vfs_node_t * | node |
| aoff64_t | pos |
| Current absolute position in the file. | |
| unsigned | refcnt |
| Number of file handles referencing this 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.
1.4.7