Lines Matching defs:error
215 int error = 0;
246 error = xfs_bmap_longest_free_extent(pag, args->tp, longest);
247 if (error == -EAGAIN)
248 error = 0;
249 if (error || *longest < args->maxlen) {
253 return error;
273 int error;
300 error = xfs_filestream_pick_ag(args, pino, agno, flags, longest);
301 if (error)
302 return error;
312 * item. We do not need to return an error for this failure - as long as
322 error = xfs_mru_cache_insert(mp->m_filestream, pino, &item->mru);
323 if (error)
342 * allocating into or an error with no references held.
353 int error = 0;
360 error = xfs_filestream_lookup_association(ap, args, ino,
363 if (error)
364 return error;
371 error = xfs_filestream_create_association(ap, args, ino, longest);
372 if (error)
373 return error;