Home
last modified time | relevance | path

Searched refs:ffh (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr.h48 struct svc_fh ffh; member
62 struct svc_fh ffh; member
69 struct svc_fh ffh; member
H A 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
H A 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()
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr.h47 struct svc_fh ffh; member
56 struct svc_fh ffh; member
63 struct svc_fh ffh; member
H A 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
H A Dnfsproc.c432 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
436 resp->status = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
438 fh_put(&argp->ffh); in nfsd_proc_rename()
450 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
457 &argp->ffh); in nfsd_proc_link()
458 fh_put(&argp->ffh); in nfsd_proc_link()
487 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
491 resp->status = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
495 fh_put(&argp->ffh); in nfsd_proc_symlink()
H A Dnfs3proc.c414 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
418 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
516 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
524 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
526 resp->status = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
538 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
544 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
H A 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()
H A 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()
936 svcxdr_encode_wcc_data(rqstp, xdr, &resp->ffh) && in nfs3svc_encode_renameres()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A 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()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c607 struct fanotify_fh *dfh, *ffh; in fanotify_alloc_name_event() local
645 ffh = fanotify_info_file_fh(info); in fanotify_alloc_name_event()
646 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0); in fanotify_alloc_name_event()

Completed in 15 milliseconds