Searched defs:nfsd_renameargs (Results 1 – 1 of 1) sorted by relevance
47 struct nfsd_renameargs { struct48 struct svc_fh ffh;49 char * fname;50 unsigned int flen;51 struct svc_fh tfh;52 char * tname;53 unsigned int tlen;