Searched refs:spectator (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/gfs2/
H A Dsys.c509 * If we're a spectator, we use journal0, but it's not really ours.
729 char spectator[20]; local
730 char *envp[] = { ro, spectator, NULL };
733 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0);
H A Dops_fstype.c1074 char spectator[20]; local
1075 char *envp[] = { ro, spectator, NULL };
1077 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0);
1227 * caller (of the mount syscall). We do this even for spectator
1229 * the jid is unused in the spectator case)
1403 fsparam_flag ("spectator", Opt_spectator),
1566 errorfc(fc, "reconfiguration of spectator mode not allowed");

Completed in 204 milliseconds