Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/filesystems/
Dgfs2-uevents.rst23 and RDONLY=[0|1] that specify the spectator status (a read-only mount
32 uevent, along with the two environment variables for spectator and
101 assigned for spectator mounts) then this will give the
/Linux-v6.6/fs/gfs2/
Dsys.c729 char spectator[20]; in gfs2_sys_fs_add() local
730 char *envp[] = { ro, spectator, NULL }; in gfs2_sys_fs_add()
733 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_sys_fs_add()
Dops_fstype.c1094 char spectator[20]; in gfs2_online_uevent() local
1095 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent()
1097 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()