Home
last modified time | relevance | path

Searched refs:fh_handle (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
H A Dflexfilelayout.c64 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
65 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
H A Dlocalio.c72 fh.fh_handle.fh_size = nfs_fh->size; in nfsd_open_local_fh()
73 memcpy(fh.fh_handle.fh_raw, nfs_fh->data, nfs_fh->size); in nfsd_open_local_fh()
H A Dnfsfh.h82 struct knfsd_fh fh_handle; /* FH data */ member
H A Dnfs4xdr.c2704 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4() argument
2706 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4()
3362 return nfsd4_encode_nfs_fh4(xdr, &args->fhp->fh_handle); in nfsd4_encode_fattr4_filehandle()
4463 return nfsd4_encode_nfs_fh4(xdr, &fhp->fh_handle); in nfsd4_encode_getfh()
H A Dexport.c1071 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()