Searched refs:s_volume (Results 1 – 2 of 2) sorted by relevance
297 if (sbi->s_volume[0]) in affs_show_options()298 seq_printf(m, ",volume=%s", sbi->s_volume); in affs_show_options()348 memcpy(sbi->s_volume, ctx->volume, 32); in affs_fill_super()545 memcpy(sbi->s_volume, ctx->volume, 32); in affs_reconfigure()631 memcpy(ctx->volume, sbi->s_volume, 32); in affs_init_fs_context()
60 char s_volume[6]; member