Home
last modified time | relevance | path

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

/linux-3.3/include/linux/nfsd/
Dnfsfh.h139 typedef struct svc_fh { struct
140 struct knfsd_fh fh_handle; /* FH data */
141 struct dentry * fh_dentry; /* validated dentry */
142 struct svc_export * fh_export; /* export pointer */
166 } svc_fh; argument