Searched refs:NFS_FHSIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/nfsd/ |
D | nfsxdr.c | 31 fh_init(fhp, NFS_FHSIZE); in decode_fh() 32 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 33 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh() 37 return p + (NFS_FHSIZE >> 2); in decode_fh() 49 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh() 50 return p + (NFS_FHSIZE>> 2); in encode_fh()
|
D | nfsfh.c | 203 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry() 569 if (fhp->fh_maxsize < NFS_FHSIZE) in fh_compose() 579 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose() 580 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose()
|
D | nfsproc.c | 134 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_lookup() 293 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create() 493 fh_init(&newfh, NFS_FHSIZE); in nfsd_proc_symlink() 522 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_mkdir()
|
D | nfsctl.c | 381 if (maxsize < NFS_FHSIZE) in write_filehandle()
|
/Linux-v5.10/include/uapi/linux/ |
D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|