Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs3.h13 #define NFS3_FHSIZE 64 macro
74 unsigned char data[NFS3_FHSIZE];
/linux/fs/nfs/
H A Dmount_clnt.c33 #define MNT_fhandlev3_sz XDR_QUADLEN(NFS3_FHSIZE)
338 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.c1188 if (data->root.size > NFS3_FHSIZE || data->root.size == 0) in nfs23_parse_monolithic()
/linux/fs/nfsd/
H A Dnfsctl.c365 maxsize = min(maxsize, NFS3_FHSIZE); in write_filehandle()