repo.or.cz
/
linux-2.6
/
cjktty.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
igb: Simplify how we populate the RSS key
[linux-2.6/cjktty.git]
/
include
/
linux
/
nfs_fs_i.h
blob
a5c50d97341edfac63d04a0f7bad96a5f1bfd0f9
1
#ifndef _NFS_FS_I
2
#define _NFS_FS_I
3
4
struct
nlm_lockowner
;
5
6
/*
7
* NFS lock info
8
*/
9
struct
nfs_lock_info
{
10
u32 state
;
11
struct
nlm_lockowner
*
owner
;
12
struct
list_head list
;
13
};
14
15
struct
nfs4_lock_state
;
16
struct
nfs4_lock_info
{
17
struct
nfs4_lock_state
*
owner
;
18
};
19
20
#endif