Page MenuHomeClusterLabs Projects

file.h
No OneTemporary

#ifndef _FILE_H
#define _FILE_H
#include <stdint.h>
#include "fsck_incore.h"
int readi(struct fsck_inode *ip, void *buf, uint64_t offset, unsigned int size);
int writei(struct fsck_inode *ip, void *buf, uint64_t offset, unsigned int size);
#endif /* _FILE_H */

File Metadata

Mime Type
text/x-c
Expires
Sat, Jan 25, 6:43 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1321548
Default Alt Text
file.h (264 B)

Event Timeline