]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/befs/datastream.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / fs / befs / datastream.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/*
3 * datastream.h
4 *
5 */
6
7struct buffer_head *befs_read_datastream(struct super_block *sb,
22341d8f 8 const befs_data_stream *ds,
12ecb38d 9 befs_off_t pos, uint *off);
1da177e4 10
22341d8f 11int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
12ecb38d 12 befs_blocknr_t fblock, befs_block_run *run);
1da177e4 13
22341d8f 14size_t befs_read_lsymlink(struct super_block *sb, const befs_data_stream *data,
1da177e4
LT
15 void *buff, befs_off_t len);
16
22341d8f
AV
17befs_blocknr_t befs_count_blocks(struct super_block *sb,
18 const befs_data_stream *ds);
1da177e4
LT
19
20extern const befs_inode_addr BAD_IADDR;