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