repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git]
/
include
/
linux
/
nfs_fs_i.h
blob
98f9268fcfc2c2f619d1a4d2b8682515b2300b0b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _NFS_FS_I
3
#define _NFS_FS_I
4
5
struct
nlm_lockowner
;
6
7
/*
8
* NFS lock info
9
*/
10
struct
nfs_lock_info
{
11
u32 state
;
12
struct
nlm_lockowner
*
owner
;
13
struct
list_head list
;
14
};
15
16
struct
nfs4_lock_state
;
17
struct
nfs4_lock_info
{
18
struct
nfs4_lock_state
*
owner
;
19
};
20
21
#endif