Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dxdr.h47 struct svc_fh ffh; member
56 struct svc_fh ffh; member
63 struct svc_fh ffh; member
Dxdr3.h65 struct svc_fh ffh; member
74 struct svc_fh ffh; member
81 struct svc_fh ffh; member
161 struct svc_fh ffh; member
Dnfsproc.c444 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
448 resp->status = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
450 fh_put(&argp->ffh); in nfsd_proc_rename()
462 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
469 &argp->ffh); in nfsd_proc_link()
470 fh_put(&argp->ffh); in nfsd_proc_link()
499 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
503 resp->status = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
507 fh_put(&argp->ffh); in nfsd_proc_symlink()
Dnfs3proc.c424 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
428 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
526 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
534 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
536 resp->status = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
548 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
554 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
Dnfsxdr.c360 return svcxdr_decode_diropargs(xdr, &args->ffh, in nfssvc_decode_renameargs()
371 return svcxdr_decode_fhandle(xdr, &args->ffh) && in nfssvc_decode_linkargs()
382 if (!svcxdr_decode_diropargs(xdr, &args->ffh, &args->fname, &args->flen)) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c618 if (!svcxdr_decode_diropargs3(xdr, &args->ffh, &args->fname, &args->flen)) in nfs3svc_decode_symlinkargs()
664 return svcxdr_decode_diropargs3(xdr, &args->ffh, in nfs3svc_decode_renameargs()
675 return svcxdr_decode_nfs_fh3(xdr, &args->ffh) && in nfs3svc_decode_linkargs()
934 svcxdr_encode_wcc_data(rqstp, xdr, &resp->ffh) && in nfs3svc_encode_renameres()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify.c603 struct fanotify_fh *dfh, *ffh; in fanotify_alloc_name_event() local
641 ffh = fanotify_info_file_fh(info); in fanotify_alloc_name_event()
642 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0); in fanotify_alloc_name_event()