Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/fs/
Dfuse_fs_access.c65 static bool is_mount_point(const char *path) in is_mount_point() function
97 if ((strcmp(path, "/") == 0) || is_mount_point(path)) { in fuse_fs_access_getattr()
181 if (is_mount_point(path)) { in fuse_fs_access_readdir()
253 if (is_mount_point(path)) { in fuse_fs_access_create()