Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4namespace.c87 * nfspath - the "<server>:<path>" string
91 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()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4namespace.c87 * nfspath - the "<server>:<path>" string
91 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()

Completed in 2 milliseconds