Lines Matching refs:retval
50 int retval;
53 retval = affs_check_name(qstr->name, qstr->len, notruncate);
54 if (retval)
55 return retval;
407 int retval;
409 retval = affs_check_name(new_dentry->d_name.name,
413 if (retval)
414 return retval;
418 retval = affs_remove_header(new_dentry);
419 if (retval)
420 return retval;
429 retval = affs_remove_hash(old_dir, bh);
431 if (retval)
438 retval = affs_insert_hash(new_dir, bh);
443 mark_buffer_dirty_inode(bh, retval ? old_dir : new_dir);
445 return retval;
456 int retval;
470 retval = affs_remove_hash(old_dir, bh_old);
472 if (retval)
477 retval = affs_remove_hash(new_dir, bh_new);
479 if (retval)
486 retval = affs_insert_hash(new_dir, bh_old);
493 retval = affs_insert_hash(old_dir, bh_new);
500 return retval;