| Path : /usr/lib/modules/3.10.0-1127.8.2.el7.x86_64/build/include/linux/ |
| Current File : //usr/lib/modules/3.10.0-1127.8.2.el7.x86_64/build/include/linux/nfs_fs_i.h |
#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