Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/lockd/
Dlockd.h77 struct nlm_file { struct
78 struct nlm_file * f_next; /* linked list */ argument
79 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