Home
last modified time | relevance | path

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

/linux-4.1.27/fs/befs/
Ddatastream.h16 befs_blocknr_t befs_count_blocks(struct super_block *sb, befs_data_stream * ds);
Ddatastream.c166 befs_count_blocks(struct super_block * sb, befs_data_stream * ds) in befs_count_blocks() function
Dlinuxvfs.c392 num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); in befs_iget()
DChangeLog156 * Cleaned up the befs_count_blocks() function. Much smarter now.