Changeset a35b458 in mainline for uspace/srv/fs/udf/udf.h
- Timestamp:
- 2018-03-02T20:10:49Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
-
uspace/srv/fs/udf/udf.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf.h
r3061bc1 ra35b458 85 85 size_t open_nodes_count; 86 86 udf_charspec_t charset; 87 87 88 88 uint32_t sector_size; 89 89 udf_lvolume_t *volumes; … … 105 105 fs_node_t *fs_node; 106 106 fibril_mutex_t lock; 107 107 108 108 fs_index_t index; /* FID logical block */ 109 109 ht_link_t link; 110 110 size_t ref_cnt; 111 111 size_t link_cnt; 112 112 113 113 uint8_t type; /* 1 - file, 0 - directory */ 114 114 uint64_t data_size;
Note:
See TracChangeset
for help on using the changeset viewer.
