Lines Matching refs:volume

164 	struct afs_volume *volume = as->volume;  in afs_show_devname()  local
174 switch (volume->type) { in afs_show_devname()
179 if (volume->type_force) in afs_show_devname()
188 seq_printf(m, "%c%s:%s%s", pref, cell->name, volume->name, suf); in afs_show_devname()
360 struct afs_volume *volume; in afs_validate_fc() local
381 if (ctx->volume) { in afs_validate_fc()
382 afs_put_volume(ctx->cell, ctx->volume); in afs_validate_fc()
383 ctx->volume = NULL; in afs_validate_fc()
386 volume = afs_create_volume(ctx); in afs_validate_fc()
387 if (IS_ERR(volume)) in afs_validate_fc()
388 return PTR_ERR(volume); in afs_validate_fc()
390 ctx->volume = volume; in afs_validate_fc()
405 as->volume && in afs_test_super()
406 as->volume->vid == ctx->volume->vid && in afs_test_super()
453 sprintf(sb->s_id, "%llu", as->volume->vid); in afs_fill_super()
454 afs_activate_volume(as->volume); in afs_fill_super()
455 iget_data.fid.vid = as->volume->vid; in afs_fill_super()
459 iget_data.cb_v_break = as->volume->cb_v_break; in afs_fill_super()
505 as->volume = __afs_get_volume(ctx->volume); in afs_alloc_sbi()
514 afs_put_volume(as->cell, as->volume); in afs_destroy_sbi()
532 if (as->volume) in afs_kill_super()
533 afs_clear_callback_interests(net, as->volume->servers); in afs_kill_super()
535 if (as->volume) in afs_kill_super()
536 afs_deactivate_volume(as->volume); in afs_kill_super()
585 trace_afs_get_tree(as->cell, as->volume); in afs_get_tree()
601 afs_put_volume(ctx->cell, ctx->volume); in afs_free_fc()
680 vnode->volume = NULL; in afs_alloc_inode()
741 key = afs_request_key(vnode->volume->cell); in afs_statfs()