Searched refs:befs_read_datastream (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/befs/
H A Ddatastream.h6 struct buffer_head *befs_read_datastream(struct super_block *sb,
H A Ddatastream.c38 * befs_read_datastream - get buffer_head containing data, starting from pos.
48 befs_read_datastream(struct super_block *sb, befs_data_stream * ds, function
55 befs_debug(sb, "---> befs_read_datastream() %Lu", pos);
63 befs_debug(sb, "<--- befs_read_datastream() ERROR");
73 befs_debug(sb, "<--- befs_read_datastream() read data, starting at %Lu",
134 bh = befs_read_datastream(sb, ds, bytes_read, NULL);
H A Dbtree.c125 * Calls befs_read_datastream to read in the btree superblock and
142 bh = befs_read_datastream(sb, ds, 0, NULL);
180 * Calls befs_read_datastream to read in the indicated btree node and
203 node->bh = befs_read_datastream(sb, ds, node_off, &off);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/befs/
H A Ddatastream.h6 struct buffer_head *befs_read_datastream(struct super_block *sb,
H A Ddatastream.c38 * befs_read_datastream - get buffer_head containing data, starting from pos.
48 befs_read_datastream(struct super_block *sb, befs_data_stream * ds, function
55 befs_debug(sb, "---> befs_read_datastream() %Lu", pos);
63 befs_debug(sb, "<--- befs_read_datastream() ERROR");
73 befs_debug(sb, "<--- befs_read_datastream() read data, starting at %Lu",
134 bh = befs_read_datastream(sb, ds, bytes_read, NULL);
H A Dbtree.c125 * Calls befs_read_datastream to read in the btree superblock and
142 bh = befs_read_datastream(sb, ds, 0, NULL);
180 * Calls befs_read_datastream to read in the indicated btree node and
203 node->bh = befs_read_datastream(sb, ds, node_off, &off);

Completed in 60 milliseconds