Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h72 struct vfs_index_node_t struct
74 uint64_t file_size; // 文件大
75 uint64_t blocks; // 占用的扇区
76 uint64_t attribute;
77 struct lockref lockref; // 自旋锁与引用计
79 struct vfs_superblock_t *sb;
80 struct vfs_file_operations_t *file_ops;
81 struct vfs_inode_operations_t *inode_ops;
83 void *private_inode_info;