⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alloc40_repair.h

📁 reiser4progs ReiserFS V4 ReiserFs官方已经关闭 这个是1.0.6 2006-02-22发布的 给需要的朋友
💻 H
字号:
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by   reiser4progs/COPYING.      alloc40_repair.h -- reiser4 block allocator plugin repair functions. */#ifndef ALLOC40_REPAIR_H#define ALLOC40_REPAIR_H#include <aal/libaal.h>#include <reiser4/plugin.h>extern errno_t alloc40_pack(reiser4_alloc_ent_t *entity, 			    aal_stream_t *stream);extern reiser4_alloc_ent_t *alloc40_unpack(aal_device_t *device, 					   uint32_t blksize, 					   aal_stream_t *stream);extern errno_t alloc40_check_struct(reiser4_alloc_ent_t *entity, 				    uint8_t mode);extern errno_t alloc40_layout_bad(reiser4_alloc_ent_t *entity,				  region_func_t region_func,				  void *data);extern void alloc40_print(reiser4_alloc_ent_t *entity,			  aal_stream_t *stream,			  uint16_t options);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -