Home
last modified time | relevance | path

Searched refs:befs_count_blocks (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/befs/
H A Ddatastream.h17 befs_blocknr_t befs_count_blocks(struct super_block *sb,
H A Ddatastream.c172 befs_count_blocks(struct super_block *sb, const befs_data_stream *ds) in befs_count_blocks() function
H A Dlinuxvfs.c385 num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); in befs_iget()
H A DChangeLog156 * Cleaned up the befs_count_blocks() function. Much smarter now.