Searched refs:rawfs_get_block (Results 1 – 3 of 3) sorted by relevance
57 static int rawfs_get_block(struct open_file *);113 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()166 if (rawfs_get_block(f) != 0) in rawfs_seek()199 rawfs_get_block(struct open_file *f) in rawfs_get_block() function
55 static int rawfs_get_block(struct open_file *);98 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()184 while (fs->fs_curblk != targblk && (err = rawfs_get_block(f)) == 0) in rawfs_seek()215 rawfs_get_block(struct open_file *f) in rawfs_get_block() function
56 static int rawfs_get_block(struct open_file *);115 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()177 rawfs_get_block(struct open_file *f) in rawfs_get_block() function