Changeset fd7dbbb in mainline
- Timestamp:
- 2013-09-13T16:01:14Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2663d8
- Parents:
- eb40d86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs.h
reb40d86 rfd7dbbb 107 107 unsigned zsearch; 108 108 109 /* Indicates wether if the cached number of free zones 110 * is to be considered valid or not. 111 */ 109 112 bool nfree_zones_valid; 113 /* Cached number of free zones, used to avoid to scan 114 * the whole bitmap every time the mfs_free_block_count() 115 * is invoked. 116 */ 110 117 unsigned nfree_zones; 111 118 };
Note:
See TracChangeset
for help on using the changeset viewer.