Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c91 static char *nfs_path_component(const char *nfspath, const char *end) in nfs_path_component() argument
95 if (*nfspath == '[') { in nfs_path_component()
97 p = strchr(nfspath, ']'); in nfs_path_component()
102 p = strchr(nfspath, ':'); in nfs_path_component()