nuttx/fs
2014-09-22 09:33:58 -06:00
..
binfs
fat Cosmetic changes to comments/spacing 2014-09-08 08:57:25 -06:00
mmap Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 2014-08-31 16:24:24 -06:00
nfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
nxffs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
procfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
romfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
smartfs SMART FS update from Ken Pettit 2014-09-22 09:33:58 -06:00
.gitignore
fs_automount.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_close.c
fs_closeblockdriver.c
fs_closedir.c Rename kufree to kumm_free for consistency with other naming 2014-08-31 16:15:11 -06:00
fs_dup2.c
fs_dup.c
fs_fcntl.c
fs_fdopen.c Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
fs_filedup2.c
fs_filedup.c
fs_files.c
fs_findblockdriver.c
fs_foreachinode.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
fs_foreachmountpoint.c
fs_fsync.c
fs_inode.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inodeaddref.c
fs_inodebasename.c
fs_inodefind.c
fs_inoderelease.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inoderemove.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inodereserve.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_internal.h
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_mount.c
fs_open.c
fs_openblockdriver.c
fs_opendir.c Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 2014-08-31 16:24:24 -06:00
fs_poll.c
fs_read.c
fs_readdir.c
fs_registerblockdriver.c
fs_registerdriver.c
fs_rename.c
fs_rewinddir.c
fs_rmdir.c
fs_seekdir.c
fs_select.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_syslog.c
fs_umount.c
fs_unlink.c
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_write.c
Kconfig
Makefile