Lines Matching refs:error
170 /* Return 0 on success or positive error (to xfs_bulkstat()) */
223 int error;
294 error = xfs_inumbers(&breq, inumbers_func);
299 error = xfs_bulkstat_one(&breq, bs_one_func);
303 error = xfs_bulkstat(&breq, bs_one_func);
306 error = -EINVAL;
308 if (error)
309 return error;
359 int error;
370 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)),
374 return error;
382 int error;
402 error = -E2BIG;
409 error = PTR_ERR(ops);
413 error = 0;
423 error = -EFAULT;
428 return error;
441 int error;
465 error = mnt_want_write_file(filp);
466 if (error)
467 return error;
468 error = xfs_growfs_data(mp, &in);
470 return error;
477 error = mnt_want_write_file(filp);
478 if (error)
479 return error;
480 error = xfs_growfs_rt(mp, &in);
482 return error;
500 error = mnt_want_write_file(filp);
501 if (error)
502 return error;
503 error = xfs_ioc_swapext(&sxp);
505 return error;