Searched defs:svc_fh (Results 1 – 1 of 1) sorted by relevance
27 typedef struct svc_fh { struct28 struct knfsd_fh fh_handle; /* FH data */29 struct dentry * fh_dentry; /* validated dentry */30 struct svc_export * fh_export; /* export pointer */31 int fh_maxsize; /* max size for fh_handle */55 } svc_fh; argument