Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
74 unsigned char data[NFS3_FHSIZE];
/linux/fs/nfsd/
H A Dnfs3proc.c126 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_lookup()
389 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
415 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_mkdir()
454 fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_symlink()
483 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()
1112 fh_init(fhp, NFS3_FHSIZE); in svcxdr_encode_entry3_plus()
H A Dnfsfh.c279 case NFS3_FHSIZE: in nfsd_set_fh_dentry()
H A Dnfsctl.c347 maxsize = min(maxsize, NFS3_FHSIZE); in write_filehandle()
/linux/fs/nfs/
H A Dmount_clnt.c33 #define MNT_fhandlev3_sz XDR_QUADLEN(NFS3_FHSIZE)
406 if (size > NFS3_FHSIZE || size == 0) in decode_fhandle3()
H A Dnfs3xdr.c419 WARN_ON_ONCE(fh->size > NFS3_FHSIZE); in encode_nfs_fh3()
433 if (unlikely(length > NFS3_FHSIZE || length == 0)) in decode_nfs_fh3()
H A Dfs_context.c1085 if (data->root.size > NFS3_FHSIZE || data->root.size == 0) in nfs23_parse_monolithic()
/linux/fs/lockd/
H A Dclnt4xdr.c38 #define NLM4_fhandle_sz (1+(NFS3_FHSIZE>>2))