Home
last modified time | relevance | path

Searched refs:spectator (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/Documentation/filesystems/
Dgfs2-uevents.txt19 and RDONLY=[0|1] that specify the spectator status (a read-only mount
27 uevent, along with the two environment variables for spectator and
90 assigned for spectator mounts) then this will give the
/linux-3.4.99/fs/gfs2/
Dsys.c582 char spectator[20]; in gfs2_sys_fs_add() local
583 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add()
586 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
Dops_fstype.c1059 char spectator[20]; in gfs2_online_uevent() local
1060 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent()
1062 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()
Dsuper.c1204 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()