zephyr/subsys/fs
Kumar Gala d68b6a901a subsys: fs: Fix fs_file_t and fs_dir_t usage
With the introduce of VFS the typedef for fs_file_t & fs_dir_t don't
exist anymore so we need to use 'struct fs_dir_t' or 'struct fs_file_t'.
Fix up some places that got missed in the VFS conversion.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-03-13 09:47:58 -05:00
..
fcb subsys: fcb: Check for mutex lock failure when walking FCB 2018-02-17 09:14:16 -05:00
CMakeLists.txt subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
Kconfig subsys: fs: Kconfig changes to enable multiple file systems 2018-03-10 21:38:04 -05:00
fat_fs.c subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
fs.c subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
nffs_fs.c subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
shell.c subsys: fs: Fix fs_file_t and fs_dir_t usage 2018-03-13 09:47:58 -05:00