mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
fs: Add parent node of inode
N/A Signed-off-by: zhouliang3 <zhouliang3@xiaomi.com> Change-Id: I006c6172ced8edd47b9d4661880e04d3a4274854
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
ee767021b3
commit
b7653e2fae
@@ -347,6 +347,7 @@ union inode_ops_u
|
||||
|
||||
struct inode
|
||||
{
|
||||
FAR struct inode *i_parent; /* Link to parent level inode */
|
||||
FAR struct inode *i_peer; /* Link to same level inode */
|
||||
FAR struct inode *i_child; /* Link to lower level inode */
|
||||
int16_t i_crefs; /* References to inode */
|
||||
|
||||
Reference in New Issue
Block a user