Home
last modified time | relevance | path

Searched defs:nlm_file (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/lockd/
Dlockd.h155 struct nlm_file { struct
156 struct hlist_node f_list; /* linked list */
157 struct nfs_fh f_handle; /* NFS file handle */
158 struct file * f_file; /* VFS file pointer */
159 struct nlm_share * f_shares; /* DOS shares */
160 struct list_head f_blocks; /* blocked locks */
184 struct nlm_file * b_file; /* file in question */ argument