Searched refs:spectator (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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-4.4.14/fs/gfs2/ |
D | sys.c | 654 char spectator[20]; in gfs2_sys_fs_add() local 655 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add() 659 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
|
D | ops_fstype.c | 1032 char spectator[20]; in gfs2_online_uevent() local 1033 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent() 1035 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()
|
D | super.c | 1240 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()
|