Home
last modified time | relevance | path

Searched refs:NFS3_FHSIZE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
74 unsigned char data[NFS3_FHSIZE];
/openbmc/u-boot/net/
H A Dnfs.h30 #define NFS3_FHSIZE 64 macro
H A Dnfs.c55 static char filefh[NFS3_FHSIZE]; /* NFSv2 / NFSv3 file handle */
572 if (filefh3_length > NFS3_FHSIZE) in nfs_lookup_reply()
573 filefh3_length = NFS3_FHSIZE; in nfs_lookup_reply()
/openbmc/linux/fs/nfsd/
H A Dnfs3proc.c99 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_lookup()
356 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
381 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mkdir()
419 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_symlink()
447 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mknod()
H A Dnfs3xdr.c88 if (size == 0 || size > NFS3_FHSIZE) in svcxdr_decode_nfs_fh3()
93 fh_init(fhp, NFS3_FHSIZE); in svcxdr_decode_nfs_fh3()
1115 fh_init(fhp, NFS3_FHSIZE); in svcxdr_encode_entry3_plus()
H A Dnfsctl.c341 maxsize = min(maxsize, NFS3_FHSIZE); in write_filehandle()
/openbmc/linux/fs/nfs/
H A Dmount_clnt.c33 #define MNT_fhandlev3_sz XDR_QUADLEN(NFS3_FHSIZE)
411 if (size > NFS3_FHSIZE || size == 0) in decode_fhandle3()
H A Dnfs3xdr.c422 WARN_ON_ONCE(fh->size > NFS3_FHSIZE); in encode_nfs_fh3()
436 if (unlikely(length > NFS3_FHSIZE || length == 0)) in decode_nfs_fh3()
H A Dfs_context.c1074 if (data->root.size > NFS3_FHSIZE || data->root.size == 0) in nfs23_parse_monolithic()
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c38 #define NLM4_fhandle_sz (1+(NFS3_FHSIZE>>2))