summaryrefslogblamecommitdiffstats
path: root/include/linux/nfs_fs_i.h
blob: 98f9268fcfc2c2f619d1a4d2b8682515b2300b0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                      


                 






                              
                                    
                              

  




                                      
      
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NFS_FS_I
#define _NFS_FS_I

struct nlm_lockowner;

/*
 * NFS lock info
 */
struct nfs_lock_info {
	u32		state;
	struct nlm_lockowner *owner;
	struct list_head list;
};

struct nfs4_lock_state;
struct nfs4_lock_info {
	struct nfs4_lock_state *owner;
};

#endif