Searched refs:s_volume (Results 1 – 3 of 3) 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()
352 while (sbi->s_volume[i]) /* Cannot overflow */ in affs_symlink()353 *p++ = sbi->s_volume[i++]; in affs_symlink()
100 char s_volume[32]; /* Volume prefix for absolute symlinks. */ member
Completed in 8 milliseconds