Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A 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/fs/gfs2/
H A 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()
H A Dops_fstype.c1073 char spectator[20]; in gfs2_online_uevent() local
1074 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent()
1076 sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0); in gfs2_online_uevent()