Lines Matching defs:error
282 goto error;
293 goto error;
297 goto error;
303 error:
474 int error;
483 error = setattr_prepare(dentry, attr);
485 if (error) {
487 error = 0;
501 error = fat_cont_expand(inode, attr->ia_size);
502 if (error || attr->ia_valid == ATTR_SIZE)
514 error = -EPERM;
516 if (error) {
518 error = 0;
532 error = fat_block_truncate_page(inode, attr->ia_size);
533 if (error)
556 return error;