Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dlockd.h196 struct nlm_file { struct
197 struct hlist_node f_list; /* linked list */
198 struct nfs_fh f_handle; /* NFS file handle */
199 struct file * f_file[2]; /* VFS file pointers,
201 struct lockd_share * f_shares; /* DOS shares */
202 struct list_head f_blocks; /* blocked locks */
226 struct nlm_file * b_file; /* file in question */ argument