Searched defs:vfs_index_node_t (Results 1 – 1 of 1) sorted by relevance
72 struct vfs_index_node_t struct74 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;