Searched defs:svc_fh (Results 1 – 2 of 2) sorted by relevance
78 typedef struct svc_fh { struct79 struct knfsd_fh fh_handle; /* FH data */80 int fh_maxsize; /* max size for fh_handle */81 struct dentry * fh_dentry; /* validated dentry */82 struct svc_export * fh_export; /* export pointer */84 bool fh_want_write; /* remount protection taken */108 } svc_fh; typedef
30 typedef struct svc_fh { struct31 struct knfsd_fh fh_handle; /* FH data */32 int fh_maxsize; /* max size for fh_handle */33 struct dentry * fh_dentry; /* validated dentry */34 struct svc_export * fh_export; /* export pointer */58 } svc_fh; typedef