Searched defs:svc_fh (Results 1 – 2 of 2) sorted by relevance
49730 struct svc_fh { struct49731 struct knfsd_fh fh_handle;49732 int fh_maxsize;49733 struct dentry *fh_dentry;49734 struct svc_export *fh_export;49735 bool fh_want_write;49736 bool fh_no_wcc;49737 bool fh_no_atomic_attr;49738 int fh_flags;49739 bool fh_post_saved;[all …]