Home
last modified time | relevance | path

Searched refs:NFS_MAXPATHLEN (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/nfs/
Dnfsroot.c102 static char nfs_export_path[NFS_MAXPATHLEN + 1] __initdata = "";
105 static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = "";
Dnfs2xdr.c455 if (unlikely(length >= xdr->buf->page_len || length > NFS_MAXPATHLEN)) in decode_path()
Dsuper.c2125 int max_pathlen = NFS_MAXPATHLEN; in nfs_validate_text_mount_data()
/linux-4.1.27/include/uapi/linux/
Dnfs.h13 #define NFS_MAXPATHLEN 1024 macro
/linux-4.1.27/fs/nfsd/
Dnfsxdr.c78 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXPATHLEN)) != NULL) { in decode_pathname()
160 if (S_ISLNK(type) && stat->size > NFS_MAXPATHLEN) { in encode_fattr()
161 *p++ = htonl(NFS_MAXPATHLEN); in encode_fattr()
Dnfsproc.c107 resp->len = NFS_MAXPATHLEN; in nfsd_proc_readlink()
582 .pc_xdrressize = ST+1+NFS_MAXPATHLEN/4,