#include <vfs.h>
| Data Fields | |
| fibril_rwlock_t | contents_rwlock | 
| Holding this rwlock prevents modifications of the node's contents. | |
| unsigned | lnkcnt | 
| Number of names this node has in the file system namespace. | |
| link_t | nh_link | 
| Node hash-table link. | |
| unsigned | refcnt | 
| Usage counter. | |
| aoff64_t | size | 
| Cached size if the node is a file. | |
| vfs_node_type_t | type | 
| Partial info about the node type. | |
| VFS_TRIPLET | |
| Identity of the node. | |
Definition at line 101 of file vfs.h.
| unsigned refcnt | 
Usage counter.
This includes, but is not limited to, all vfs_file_t structures that reference this node.
 1.4.7
 1.4.7