Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4namespace.c62 static char *nfs_path_component(const char *nfspath, const char *end) in nfs_path_component() argument
66 if (*nfspath == '[') { in nfs_path_component()
68 p = strchr(nfspath, ']'); in nfs_path_component()
73 p = strchr(nfspath, ':'); in nfs_path_component()