Searched refs:NFS_FHSIZE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfsxdr.c | 30 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()
|
D | nfsfh.c | 185 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()
|
D | nfsproc.c | 135 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()
|
D | nfsctl.c | 380 if (maxsize < NFS_FHSIZE) in write_filehandle()
|
/linux-4.4.14/include/uapi/linux/ |
D | nfs.h | 18 #define NFS_FHSIZE 32 macro
|