Searched refs:befs_fblock2brun (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/befs/ |
D | datastream.h | 11 int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
|
D | datastream.c | 61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) { in befs_read_datastream() 95 befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, in befs_fblock2brun() function
|
D | linuxvfs.c | 149 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block()
|