Home
last modified time | relevance | path

Searched refs:tfh (Results 1 – 7 of 7) sorted by relevance

/fs/nfsd/
Dxdr3.h68 struct svc_fh tfh; member
80 struct svc_fh tfh; member
165 struct svc_fh tfh; member
170 struct svc_fh tfh; member
Dnfs3proc.c374 SVCFH_fmt(&argp->tfh), in nfsd3_proc_rename()
379 fh_copy(&resp->tfh, &argp->tfh); in nfsd3_proc_rename()
381 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename()
394 SVCFH_fmt(&argp->tfh), in nfsd3_proc_link()
399 fh_copy(&resp->tfh, &argp->tfh); in nfsd3_proc_link()
400 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
Dxdr.h50 struct svc_fh tfh; member
62 struct svc_fh tfh; member
Dnfsproc.c407 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename()
410 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename()
412 fh_put(&argp->tfh); in nfsd_proc_rename()
425 SVCFH_fmt(&argp->tfh), in nfsd_proc_link()
429 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link()
432 fh_put(&argp->tfh); in nfsd_proc_link()
Dnfsfh.c187 __u32 tfh[2]; in nfsd_set_fh_dentry() local
196 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL); in nfsd_set_fh_dentry()
197 exp = rqst_exp_find(rqstp, FSID_DEV, tfh); in nfsd_set_fh_dentry()
Dnfs3xdr.c530 || !(p = decode_fh(p, &args->tfh)) in nfs3svc_decode_renameargs()
554 || !(p = decode_fh(p, &args->tfh)) in nfs3svc_decode_linkargs()
758 p = encode_wcc_data(rqstp, p, &resp->tfh); in nfs3svc_encode_renameres()
768 p = encode_wcc_data(rqstp, p, &resp->tfh); in nfs3svc_encode_linkres()
Dnfsxdr.c352 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs()
375 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_linkargs()