fs/befs/befs.h
72
befs_data_stream ds;
fs/befs/btree.c
134
befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
191
befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
245
befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
410
befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
541
befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
91
static int befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
96
static int befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.c
99
static int befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.h
10
int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
fs/befs/btree.h
7
int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
fs/befs/datastream.c
130
befs_read_lsymlink(struct super_block *sb, const befs_data_stream *ds,
fs/befs/datastream.c
172
befs_count_blocks(struct super_block *sb, const befs_data_stream *ds)
fs/befs/datastream.c
25
const befs_data_stream *data,
fs/befs/datastream.c
251
befs_find_brun_direct(struct super_block *sb, const befs_data_stream *data,
fs/befs/datastream.c
29
const befs_data_stream *data,
fs/befs/datastream.c
306
const befs_data_stream *data,
fs/befs/datastream.c
34
const befs_data_stream *data,
fs/befs/datastream.c
415
const befs_data_stream *data,
fs/befs/datastream.c
49
befs_read_datastream(struct super_block *sb, const befs_data_stream *ds,
fs/befs/datastream.c
95
befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
fs/befs/datastream.h
11
int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
fs/befs/datastream.h
14
size_t befs_read_lsymlink(struct super_block *sb, const befs_data_stream *data,
fs/befs/datastream.h
18
const befs_data_stream *ds);
fs/befs/datastream.h
8
const befs_data_stream *ds,
fs/befs/endian.h
105
static inline befs_data_stream
fs/befs/endian.h
108
befs_data_stream data;
fs/befs/linuxvfs.c
138
befs_data_stream *ds = &BEFS_I(inode)->i_data.ds;
fs/befs/linuxvfs.c
177
const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds;
fs/befs/linuxvfs.c
221
const befs_data_stream *ds = &BEFS_I(inode)->i_data.ds;
fs/befs/linuxvfs.c
476
befs_data_stream *data = &befs_ino->i_data.ds;