Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
45377b94
Commit
45377b94
authored
Apr 01, 2009
by
Benny Halevy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfs41: callback numbers definitions
Signed-off-by:
Benny Halevy
<
bhalevy@panasas.com
>
parent
48a9e2d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
fs/nfs/callback.h
fs/nfs/callback.h
+10
-0
No files found.
fs/nfs/callback.h
View file @
45377b94
...
...
@@ -20,6 +20,16 @@ enum nfs4_callback_procnum {
enum
nfs4_callback_opnum
{
OP_CB_GETATTR
=
3
,
OP_CB_RECALL
=
4
,
/* Callback operations new to NFSv4.1 */
OP_CB_LAYOUTRECALL
=
5
,
OP_CB_NOTIFY
=
6
,
OP_CB_PUSH_DELEG
=
7
,
OP_CB_RECALL_ANY
=
8
,
OP_CB_RECALLABLE_OBJ_AVAIL
=
9
,
OP_CB_RECALL_SLOT
=
10
,
OP_CB_SEQUENCE
=
11
,
OP_CB_WANTS_CANCELLED
=
12
,
OP_CB_NOTIFY_LOCK
=
13
,
OP_CB_ILLEGAL
=
10044
,
};
...
...
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