Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
68 unsigned char data[NFS3_FHSIZE];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
68 unsigned char data[NFS3_FHSIZE];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
68 unsigned char data[NFS3_FHSIZE];
/OK3568_Linux_fs/u-boot/net/
H A Dnfs.h31 #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()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs3proc.c94 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_lookup()
226 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
261 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mkdir()
297 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_symlink()
322 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mknod()
H A Dnfs3xdr.c53 fh_init(fhp, NFS3_FHSIZE); in decode_fh()
55 if (size > NFS3_FHSIZE) in decode_fh()
895 fh_init(fh, NFS3_FHSIZE); in encode_entryplus_baggage()
921 #define NFS3_ENTRYPLUS_BAGGAGE (1 + 21 + 1 + (NFS3_FHSIZE >> 2))
H A Dnfsctl.c383 maxsize = min(maxsize, NFS3_FHSIZE); in write_filehandle()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dmount_clnt.c33 #define MNT_fhandlev3_sz XDR_QUADLEN(NFS3_FHSIZE)
407 if (size > NFS3_FHSIZE || size == 0) in decode_fhandle3()
H A Dnfs3xdr.c420 WARN_ON_ONCE(fh->size > NFS3_FHSIZE); in encode_nfs_fh3()
434 if (unlikely(length > NFS3_FHSIZE)) in decode_nfs_fh3()
H A Dfs_context.c925 if (data->root.size > NFS3_FHSIZE || data->root.size == 0) in nfs23_parse_monolithic()
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclnt4xdr.c38 #define NLM4_fhandle_sz (1+(NFS3_FHSIZE>>2))