Home
last modified time | relevance | path

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

/third_party/NuttX/fs/mount/
Dfs_mount.c170 if ((fsmap = mount_findfs(filesystemtype)) == NULL || (fsmap->is_bdfs && !source)) in mount()
179 if (fsmap->is_bdfs && source) in mount()
/third_party/NuttX/include/nuttx/fs/
Dfs.h44 const BOOL is_bdfs; member