Searched refs:ffh (Results 1 – 7 of 7) sorted by relevance
/fs/nfsd/ |
D | xdr.h | 48 struct svc_fh ffh; member 62 struct svc_fh ffh; member 69 struct svc_fh ffh; member
|
D | xdr3.h | 66 struct svc_fh ffh; member 80 struct svc_fh ffh; member 87 struct svc_fh ffh; member 167 struct svc_fh ffh; member
|
D | nfsproc.c | 438 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename() 442 resp->status = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename() 444 fh_put(&argp->ffh); in nfsd_proc_rename() 456 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link() 463 &argp->ffh); in nfsd_proc_link() 464 fh_put(&argp->ffh); in nfsd_proc_link() 490 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink() 494 resp->status = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink() 498 fh_put(&argp->ffh); in nfsd_proc_symlink()
|
D | nfs3proc.c | 292 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink() 296 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink() 394 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename() 402 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename() 404 resp->status = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename() 416 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link() 422 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
|
D | nfsxdr.c | 333 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs() 360 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs() 375 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
|
D | nfs3xdr.c | 495 if (!(p = decode_fh(p, &args->ffh)) || in nfs3svc_decode_symlinkargs() 541 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_renameargs() 568 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_linkargs() 794 p = encode_wcc_data(rqstp, p, &resp->ffh); in nfs3svc_encode_renameres()
|
/fs/notify/fanotify/ |
D | fanotify.c | 493 struct fanotify_fh *dfh, *ffh; in fanotify_alloc_name_event() local 514 ffh = fanotify_info_file_fh(info); in fanotify_alloc_name_event() 515 info->file_fh_totlen = fanotify_encode_fh(ffh, child, child_fh_len, 0); in fanotify_alloc_name_event()
|