This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-15 21:19:09 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b2edfac2ddb584dd2b6c3f894e4b0b2bd5ea66ee
nuttx
/
fs
/
inode
T
History
Gregory Nutt
7cf88d7dbd
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
..
fs_filedetach.c
Squashed commit of the following:
2017-10-04 15:22:27 -06:00
fs_files.c
Squashed commit of the following:
2017-10-04 15:22:27 -06:00
fs_foreachinode.c
…
fs_inode.c
Squashed commit of the following:
2017-10-04 15:22:27 -06:00
fs_inodeaddref.c
…
fs_inodebasename.c
…
fs_inodefind.c
inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller.
2017-02-05 09:51:42 -06:00
fs_inodefree.c
…
fs_inoderelease.c
…
fs_inoderemove.c
There is a return path with node not set
2017-02-07 21:41:02 +00:00
fs_inodereserve.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
fs_inodesearch.c
Replace 'the the' with 'the'
2017-05-11 13:15:13 -06:00
inode.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
Make.defs
…