Home
last modified time | relevance | path

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

/third_party/NuttX/fs/driver/
Dfs_openblockdriver.c60 extern int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp);
84 ret = find_blockdriver(pathname, mountflags, &vnode_ptr); in open_blockdriver()
Dfs_findblockdriver.c58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() function
/third_party/NuttX/fs/vfs/include/
Ddriver.h265 int find_blockdriver(const char *pathname, int mountflags,
/third_party/NuttX/fs/mount/
Dfs_mount.c189 ret = find_blockdriver(source, mountflags, &device); in mount()
/third_party/NuttX/
DReleaseNotes29478 * [#3060](https://github.com/apache/incubator-nuttx/pull/3060) fs: find_blockdriver: Don't ferr() o…