2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* datastream.h
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
struct buffer_head *befs_read_datastream(struct super_block *sb,
|
2016-05-11 02:24:06 +08:00
|
|
|
const befs_data_stream *ds,
|
2016-08-15 01:31:38 +08:00
|
|
|
befs_off_t pos, uint *off);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2016-05-11 02:24:06 +08:00
|
|
|
int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
|
2016-08-15 01:31:38 +08:00
|
|
|
befs_blocknr_t fblock, befs_block_run *run);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2016-05-11 02:24:06 +08:00
|
|
|
size_t befs_read_lsymlink(struct super_block *sb, const befs_data_stream *data,
|
2005-04-17 06:20:36 +08:00
|
|
|
void *buff, befs_off_t len);
|
|
|
|
|
2016-05-11 02:24:06 +08:00
|
|
|
befs_blocknr_t befs_count_blocks(struct super_block *sb,
|
|
|
|
const befs_data_stream *ds);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
extern const befs_inode_addr BAD_IADDR;
|