Home
last modified time | relevance | path

Searched refs:befs_data_stream (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/befs/
Ddatastream.h8 const befs_data_stream *ds,
11 int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
14 size_t befs_read_lsymlink(struct super_block *sb, const befs_data_stream *data,
18 const befs_data_stream *ds);
Ddatastream.c25 const befs_data_stream *data,
29 const befs_data_stream *data,
34 const befs_data_stream *data,
49 befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, in befs_read_datastream()
95 befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, in befs_fblock2brun()
130 befs_read_lsymlink(struct super_block *sb, const befs_data_stream *ds, in befs_read_lsymlink()
172 befs_count_blocks(struct super_block *sb, const befs_data_stream *ds) in befs_count_blocks()
251 befs_find_brun_direct(struct super_block *sb, const befs_data_stream *data, in befs_find_brun_direct()
306 const befs_data_stream *data, in befs_find_brun_indirect()
415 const befs_data_stream *data, in befs_find_brun_dblindirect()
Dbtree.h7 int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
10 int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
Dbtree.c91 static int befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds,
96 static int befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds,
99 static int befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds,
134 befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds, in befs_bt_read_super()
191 befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds, in befs_bt_read_node()
245 befs_btree_find(struct super_block *sb, const befs_data_stream *ds, in befs_btree_find()
411 befs_btree_read(struct super_block *sb, const befs_data_stream *ds, in befs_btree_read()
542 befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds, in befs_btree_seekleaf()
Dendian.h105 static inline befs_data_stream
108 befs_data_stream data; in fsds_to_cpu()
Dbefs.h72 befs_data_stream ds;
Dlinuxvfs.c135 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_get_block()
174 const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup()
218 const befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_readdir()
480 befs_data_stream *data = &befs_ino->i_data.ds; in befs_symlink_readpage()
Dbefs_fs_types.h165 } PACKED befs_data_stream; typedef