Searched refs:spectator (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/Documentation/filesystems/ |
D | gfs2-uevents.txt | 19 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/ |
D | sys.c | 582 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()
|
D | ops_fstype.c | 1059 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()
|
D | super.c | 1204 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()
|