Home | History | Annotate | Download | only in misc

Lines Matching refs:retval

152 	int i, retval = 0;
212 return retval;
217 int retval = ext2fs_close(fs);
219 if (retval)
220 com_err(device_name, retval, "while closing the filesystem.\n");
225 unsigned int retval = 0;
230 retval = ext2fs_read_block_bitmap(fs);
231 if (retval) {
232 com_err(fs->device_name, retval, "while reading block bitmap");
239 retval = get_chunk_info(fs, chunk_info, f);
240 if (retval) {
241 com_err(fs->device_name, retval, "while collecting chunk info");
250 int retval;
253 retval = ext2fs_open(device_name, flag, 0, 0, unix_io_manager, fs);
254 if (retval) {
255 com_err(device_name, retval, "while opening filesystem");