Current Path : /proc/2442902/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/include/linux/ |
Current File : //proc/2442902/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/include/linux/nfs_fs_i.h |
/* 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