Searched refs:befs_fblock2brun (Results 1 – 3 of 3) sorted by relevance
/fs/befs/ |
D | datastream.h | 10 int befs_fblock2brun(struct super_block *sb, befs_data_stream * data,
|
D | datastream.c | 60 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) { in befs_read_datastream() 91 befs_fblock2brun(struct super_block *sb, befs_data_stream * data, in befs_fblock2brun() function
|
D | linuxvfs.c | 144 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block()
|