Searched defs:nlm_file (Results 1 – 1 of 1) sorted by relevance
149 struct nlm_file { struct150 struct hlist_node f_list; /* linked list */151 struct nfs_fh f_handle; /* NFS file handle */152 struct file * f_file; /* VFS file pointer */153 struct nlm_share * f_shares; /* DOS shares */154 struct list_head f_blocks; /* blocked locks */178 struct nlm_file * b_file; /* file in question */ argument