Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dnfs3.h13 #define NFS3_FHSIZE 64 macro
74 unsigned char data[NFS3_FHSIZE];
/linux-6.1.9/fs/nfsd/
Dnfs3proc.c99 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_lookup()
366 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
391 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mkdir()
429 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_symlink()
457 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mknod()
Dnfs3xdr.c88 if (size == 0 || size > NFS3_FHSIZE) in svcxdr_decode_nfs_fh3()
93 fh_init(fhp, NFS3_FHSIZE); in svcxdr_decode_nfs_fh3()
1112 fh_init(fhp, NFS3_FHSIZE); in svcxdr_encode_entry3_plus()
Dnfsctl.c363 maxsize = min(maxsize, NFS3_FHSIZE); in write_filehandle()
/linux-6.1.9/fs/nfs/
Dmount_clnt.c33 #define MNT_fhandlev3_sz XDR_QUADLEN(NFS3_FHSIZE)
411 if (size > NFS3_FHSIZE || size == 0) in decode_fhandle3()
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()
Dfs_context.c1010 if (data->root.size > NFS3_FHSIZE || data->root.size == 0) in nfs23_parse_monolithic()
/linux-6.1.9/fs/lockd/
Dclnt4xdr.c38 #define NLM4_fhandle_sz (1+(NFS3_FHSIZE>>2))