Searched refs:spectator (Results 1 – 3 of 3) sorted by relevance
23 and RDONLY=[0|1] that specify the spectator status (a read-only mount32 uevent, along with the two environment variables for spectator and101 assigned for spectator mounts) then this will give the
729 char spectator[20]; in gfs2_sys_fs_add() local730 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add()733 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
1073 char spectator[20]; in gfs2_online_uevent() local1074 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent()1076 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()