Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
9a50d3c0
Commit
9a50d3c0
authored
Apr 01, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
fd689427
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
include/wendelin/bigfile/file.h
include/wendelin/bigfile/file.h
+4
-4
include/wendelin/bigfile/virtmem.h
include/wendelin/bigfile/virtmem.h
+2
-2
No files found.
include/wendelin/bigfile/file.h
View file @
9a50d3c0
...
...
@@ -94,9 +94,9 @@ struct bigfile_ops {
* dirtied pages that are layed over base data layer provided by the
* mappings.
*
* The
major
user of this functionality is wcfs - virtual filesystem that
* provides access to ZBigFile data via OS-level files(*). The layering can
be
* schematically depicted as follows
* The
primary
user of this functionality is wcfs - virtual filesystem that
* provides access to ZBigFile data via OS-level files(*). The layering can
*
be
schematically depicted as follows
*
* ┌──┐ ┌──┐
* │RW│ │RW│ ← dirty pages
...
...
@@ -112,7 +112,7 @@ struct bigfile_ops {
* - munmap(vma) before VMA is unmapped
*
*
* (*) see wcfs/client/wcfs.h
* (*) see wcfs/client/wcfs.h
and wcfs/wcfs.go
*/
...
...
include/wendelin/bigfile/virtmem.h
View file @
9a50d3c0
...
...
@@ -39,8 +39,8 @@
* are dirtied. The mode in which BigFile handle is opened is specified via
* fileh_open(flags=...).
*
* The
major user of "mmap overlay" functionality is wcfs - virtual filesystem
* that provides access to ZBigFile data via OS-level files(*).
* The
primary user of "mmap overlay" functionality is wcfs - virtual
*
filesystem
that provides access to ZBigFile data via OS-level files(*).
*
* (*) see wcfs/client/wcfs.h and wcfs/wcfs.go
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment