Searched defs:nlm_file (Results 1 – 1 of 1) sorted by relevance
156 struct nlm_file { struct157 struct hlist_node f_list; /* linked list */158 struct nfs_fh f_handle; /* NFS file handle */159 struct file * f_file[2]; /* VFS file pointers,161 struct nlm_share * f_shares; /* DOS shares */162 struct list_head f_blocks; /* blocked locks */186 struct nlm_file * b_file; /* file in question */ argument