Home
last modified time | relevance | path

Searched defs:vfs_index_node_t (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h71 struct vfs_index_node_t struct
73 uint64_t file_size; // 文件大
74 uint64_t blocks; // 占用的扇区
75 uint64_t attribute;
76 struct lockref lockref; // 自旋锁与引用计
78 struct vfs_superblock_t *sb;
79 struct vfs_file_operations_t *file_ops;
80 struct vfs_inode_operations_t *inode_ops;
82 void *private_inode_info;