Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
go-fuse
Commits
b2a58f7a
Commit
b2a58f7a
authored
Aug 13, 2010
by
Ivan Krasin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wrong naming
parent
7f077882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
fuse/fuse.go
fuse/fuse.go
+1
-1
fuse/types.go
fuse/types.go
+12
-12
No files found.
fuse/fuse.go
View file @
b2a58f7a
...
...
@@ -139,7 +139,7 @@ func handle(fs FileSystem, in_data []byte, toW chan [][]byte, errors chan os.Err
}
case
FUSE_GETXATTR
:
result
=
OK
out
=
new
(
GetX
a
ttrOut
)
out
=
new
(
GetX
A
ttrOut
)
case
FUSE_OPENDIR
:
in
:=
new
(
OpenIn
)
...
...
fuse/types.go
View file @
b2a58f7a
...
...
@@ -16,7 +16,7 @@ const (
FUSE_ROOT_ID
=
1
/**
* Bitmasks for Set
a
ttrIn.valid
* Bitmasks for Set
A
ttrIn.valid
*/
FATTR_MODE
=
(
1
<<
0
)
FATTR_UID
=
(
1
<<
1
)
...
...
@@ -284,7 +284,7 @@ type LinkIn struct {
Oldnodeid
uint64
}
type
Set
a
ttrIn
struct
{
type
Set
A
ttrIn
struct
{
Valid
uint32
Padding
uint32
Fh
uint64
...
...
@@ -317,14 +317,14 @@ type CreateIn struct {
type
OpenOut
struct
{
Fh
uint64
Open
_f
lags
uint32
Open
F
lags
uint32
Padding
uint32
}
type
ReleaseIn
struct
{
Fh
uint64
Flags
uint32
Release
_f
lags
uint32
Release
F
lags
uint32
LockOwner
uint64
}
...
...
@@ -339,7 +339,7 @@ type ReadIn struct {
Fh
uint64
Offset
uint64
Size
uint32
Read
_f
lags
uint32
Read
F
lags
uint32
LockOwner
uint64
Flags
uint32
Padding
uint32
...
...
@@ -350,7 +350,7 @@ type WriteIn struct {
Fh
uint64
Offset
uint64
Size
uint32
Write
_f
lags
uint32
Write
F
lags
uint32
LockOwner
uint64
Flags
uint32
Padding
uint32
...
...
@@ -368,21 +368,21 @@ type StatfsOut struct {
type
FsyncIn
struct
{
Fh
uint64
Fsync
_f
lags
uint32
Fsync
F
lags
uint32
Padding
uint32
}
type
SetX
a
ttrIn
struct
{
type
SetX
A
ttrIn
struct
{
Size
uint32
Flags
uint32
}
type
GetX
a
ttrIn
struct
{
type
GetX
A
ttrIn
struct
{
Size
uint32
Padding
uint32
}
type
GetX
a
ttrOut
struct
{
type
GetX
A
ttrOut
struct
{
Size
uint32
Padding
uint32
}
...
...
@@ -391,7 +391,7 @@ type LkIn struct {
Fh
uint64
Owner
uint64
Lk
FileLock
Lk
_f
lags
uint32
Lk
F
lags
uint32
Padding
uint32
}
...
...
@@ -433,7 +433,7 @@ type CuseInitOut struct {
Minor
uint32
Unused
uint32
Flags
uint32
Max
_r
ead
uint32
Max
R
ead
uint32
MaxWrite
uint32
DevMajor
uint32
/* chardev major */
DevMinor
uint32
/* chardev minor */
...
...
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