Lines Matching refs:retval
50 int retval;
53 retval = affs_check_name(qstr->name, qstr->len, notruncate);
54 if (retval)
55 return retval;
410 int retval;
412 retval = affs_check_name(new_dentry->d_name.name,
416 if (retval)
417 return retval;
421 retval = affs_remove_header(new_dentry);
422 if (retval)
423 return retval;
432 retval = affs_remove_hash(old_dir, bh);
434 if (retval)
441 retval = affs_insert_hash(new_dir, bh);
446 mark_buffer_dirty_inode(bh, retval ? old_dir : new_dir);
448 return retval;
459 int retval;
473 retval = affs_remove_hash(old_dir, bh_old);
475 if (retval)
480 retval = affs_remove_hash(new_dir, bh_new);
482 if (retval)
489 retval = affs_insert_hash(new_dir, bh_old);
496 retval = affs_insert_hash(old_dir, bh_new);
503 return retval;