Home
last modified time | relevance | path

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

/fs/nfsd/
Dxdr.h48 struct svc_fh ffh; member
62 struct svc_fh ffh; member
69 struct svc_fh ffh; member
Dxdr3.h66 struct svc_fh ffh; member
80 struct svc_fh ffh; member
87 struct svc_fh ffh; member
167 struct svc_fh ffh; member
Dnfsproc.c438 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()
Dnfs3proc.c292 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()
Dnfsxdr.c333 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()
Dnfs3xdr.c495 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/
Dfanotify.c493 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()