Searched refs:tfh (Results 1 – 7 of 7) sorted by relevance
/fs/nfsd/ |
D | xdr3.h | 68 struct svc_fh tfh; member 80 struct svc_fh tfh; member 165 struct svc_fh tfh; member 170 struct svc_fh tfh; member
|
D | nfs3proc.c | 374 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()
|
D | xdr.h | 50 struct svc_fh tfh; member 62 struct svc_fh tfh; member
|
D | nfsproc.c | 407 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()
|
D | nfsfh.c | 187 __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()
|
D | nfs3xdr.c | 530 || !(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()
|
D | nfsxdr.c | 352 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs() 375 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_linkargs()
|