Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfsxdr.c30 fh_init(fhp, NFS_FHSIZE); in decode_fh()
31 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh()
32 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh()
36 return p + (NFS_FHSIZE >> 2); in decode_fh()
48 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
49 return p + (NFS_FHSIZE>> 2); in encode_fh()
Dnfsfh.c185 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry()
545 if (fhp->fh_maxsize < NFS_FHSIZE) in fh_compose()
555 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose()
556 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose()
Dnfsproc.c135 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_lookup()
272 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create()
452 fh_init(&newfh, NFS_FHSIZE); in nfsd_proc_symlink()
485 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_mkdir()
Dnfsctl.c380 if (maxsize < NFS_FHSIZE) in write_filehandle()
/linux-4.4.14/include/uapi/linux/
Dnfs.h18 #define NFS_FHSIZE 32 macro