Changeset 677745a in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2013-07-29T12:54:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bcd5b7
- Parents:
- b7c62a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rb7c62a9 r677745a 113 113 vfs_node_type_t type; /**< Partial info about the node type. */ 114 114 115 aoff64_t size; /**< Cached size if the node is a file. */115 int64_t size; /**< Cached size if the node is a file. */ 116 116 117 117 /** … … 185 185 extern unsigned vfs_nodes_refcount_sum_get(fs_handle_t, service_id_t); 186 186 187 int64_t vfs_node_get_size(vfs_node_t *node); 187 188 188 189 #define MAX_OPEN_FILES 128
Note:
See TracChangeset
for help on using the changeset viewer.