Lines Matching defs:error
94 * with error if bdev has other exclusive owner (such as filesystem).
224 int error = 0;
234 error = sb->s_op->freeze_super(sb, FREEZE_HOLDER_USERSPACE);
236 error = freeze_super(sb, FREEZE_HOLDER_USERSPACE);
239 if (error) {
249 return error;
262 int error = -EINVAL;
268 error = 0;
277 error = sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE);
279 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE);
280 if (error)
286 return error;
875 int error;
877 error = lookup_bdev(path, &dev);
878 if (error)
879 return ERR_PTR(error);
896 int error;
898 error = lookup_bdev(path, &dev);
899 if (error)
900 return ERR_PTR(error);
971 int error;
976 error = kern_path(pathname, LOOKUP_FOLLOW, &path);
977 if (error)
978 return error;
981 error = -ENOTBLK;
984 error = -EACCES;
989 error = 0;
992 return error;
1064 * We keep the error status of individual mapping so
1065 * that applications can catch the writeback error using