Squashed commit of the following:
fs/mount: Implements procfs /proc/fs/blocks and /proc/fs/usage files, replacing the NSH df command. fs/mount: Implements procfs /proc/fs/mount file, replacing the NSH mount command when there are not arguments. fs/: Move prototype of foreach_mountpoint out of include/nuttx/fs/fs.h to fs/mount/mount.h. Add framework for the mount procfs (initial commit is just a close of the net/route table procfs.
Showing
- TODO 0 additions, 1 deletionTODO
- fs/mount/Make.defs 7 additions, 0 deletionsfs/mount/Make.defs
- fs/mount/fs_foreachmountpoint.c 1 addition, 0 deletionsfs/mount/fs_foreachmountpoint.c
- fs/mount/fs_gettype.c 143 additions, 0 deletionsfs/mount/fs_gettype.c
- fs/mount/fs_procfs_mount.c 588 additions, 0 deletionsfs/mount/fs_procfs_mount.c
- fs/mount/mount.h 105 additions, 0 deletionsfs/mount/mount.h
- fs/procfs/Kconfig 24 additions, 0 deletionsfs/procfs/Kconfig
- fs/procfs/fs_procfs.c 7 additions, 0 deletionsfs/procfs/fs_procfs.c
- include/nuttx/fs/fs.h 0 additions, 35 deletionsinclude/nuttx/fs/fs.h
Loading
Please register or sign in to comment