Searched refs:befs_data_stream (Results 1 – 8 of 8) sorted by relevance
/fs/befs/ |
D | datastream.c | 25 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()
|
D | datastream.h | 8 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);
|
D | btree.c | 91 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()
|
D | btree.h | 7 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,
|
D | endian.h | 105 static inline befs_data_stream 108 befs_data_stream data; in fsds_to_cpu()
|
D | linuxvfs.c | 138 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_get_block() 177 const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup() 221 const befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_readdir() 477 befs_data_stream *data = &befs_ino->i_data.ds; in befs_symlink_readpage()
|
D | befs.h | 72 befs_data_stream ds;
|
D | befs_fs_types.h | 165 } PACKED befs_data_stream; typedef
|