Searched refs:spectator (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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-v4.19/fs/gfs2/ |
D | sys.c | 651 char spectator[20]; in gfs2_sys_fs_add() local 652 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add() 656 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
|
D | ops_fstype.c | 1019 char spectator[20]; in gfs2_online_uevent() local 1020 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent() 1022 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()
|
D | super.c | 1263 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()
|