Searched defs:nlm_file (Results 1 – 1 of 1) sorted by relevance
77 struct nlm_file { struct78 struct nlm_file * f_next; /* linked list */ argument79 struct nfs_fh f_handle; /* NFS file handle */80 struct file f_file; /* VFS file pointer */81 struct nlm_share * f_shares; /* DOS shares */82 struct nlm_block * f_blocks; /* blocked locks */106 struct nlm_file * b_file; /* file in question */ argument