Searched defs:svc_fh (Results 1 – 1 of 1) sorted by relevance
81 typedef struct svc_fh { struct82 struct knfsd_fh fh_handle; /* FH data */83 int fh_maxsize; /* max size for fh_handle */84 struct dentry * fh_dentry; /* validated dentry */85 struct svc_export * fh_export; /* export pointer */87 bool fh_want_write; /* remount protection taken */88 bool fh_no_wcc; /* no wcc data needed */89 bool fh_no_atomic_attr;113 } svc_fh; argument