Lines Matching refs:error
156 /* Return 0 on success or positive error (to xfs_bulkstat()) */
211 int error;
282 error = xfs_inumbers(&breq, inumbers_func);
287 error = xfs_bulkstat_one(&breq, bs_one_func);
291 error = xfs_bulkstat(&breq, bs_one_func);
294 error = -EINVAL;
296 if (error)
297 return error;
347 int error;
358 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)),
362 return error;
370 int error;
390 error = -E2BIG;
397 error = PTR_ERR(ops);
401 error = 0;
411 error = -EFAULT;
416 return error;
428 int error;
441 error = mnt_want_write_file(filp);
442 if (error)
443 return error;
444 error = xfs_growfs_data(ip->i_mount, &in);
446 return error;
453 error = mnt_want_write_file(filp);
454 if (error)
455 return error;
456 error = xfs_growfs_rt(ip->i_mount, &in);
458 return error;
474 error = mnt_want_write_file(filp);
475 if (error)
476 return error;
477 error = xfs_ioc_swapext(&sxp);
479 return error;