Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/fs/gfs2/
Dsys.c624 char spectator[20]; in gfs2_sys_fs_add() local
625 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add()
629 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
Dops_fstype.c1031 char spectator[20]; in gfs2_online_uevent() local
1032 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent()
1034 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()
Dsuper.c1240 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()