Searched refs:find_blockdriver (Results 1 – 5 of 5) sorted by relevance
/third_party/NuttX/fs/driver/ |
D | fs_openblockdriver.c | 60 extern int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp); 84 ret = find_blockdriver(pathname, mountflags, &vnode_ptr); in open_blockdriver()
|
D | fs_findblockdriver.c | 58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() function
|
/third_party/NuttX/fs/vfs/include/ |
D | driver.h | 265 int find_blockdriver(const char *pathname, int mountflags,
|
/third_party/NuttX/fs/mount/ |
D | fs_mount.c | 189 ret = find_blockdriver(source, mountflags, &device); in mount()
|
/third_party/NuttX/ |
D | ReleaseNotes | 29478 * [#3060](https://github.com/apache/incubator-nuttx/pull/3060) fs: find_blockdriver: Don't ferr() o…
|