Lines Matching refs:volume
342 fscache_relinquish_volume(domain->volume, NULL, false);
355 struct fscache_volume *volume;
364 volume = fscache_acquire_volume(name, NULL, NULL, 0);
365 if (IS_ERR_OR_NULL(volume)) {
366 erofs_err(sb, "failed to register volume for %s", name);
367 ret = volume ? PTR_ERR(volume) : -EOPNOTSUPP;
368 volume = NULL;
371 sbi->volume = volume;
405 domain->volume = sbi->volume;
426 sbi->volume = domain->volume;
440 struct fscache_volume *volume = EROFS_SB(sb)->volume;
453 cookie = fscache_acquire_cookie(volume, FSCACHE_ADV_WANT_CACHE_SIZE,
600 * Acquired domain/volume will be relinquished in kill_sb() on error.
621 fscache_relinquish_volume(sbi->volume, NULL, false);
624 sbi->volume = NULL;