tests/fs/vfs/t_ro.c
182
ATF_TC_FSAPPLY_RO(create, "create file on r/o mount", nullgen);
tests/fs/vfs/t_ro.c
183
ATF_TC_FSAPPLY_RO(rmfile, "remove file from r/o mount", filegen);
tests/fs/vfs/t_ro.c
184
ATF_TC_FSAPPLY_RO(fileio, "can read a file but not write it", filegen);
tests/fs/vfs/t_ro.c
185
ATF_TC_FSAPPLY_RO(attrs, "can query but not change attributes", filegen);
tests/fs/vfs/t_ro.c
186
ATF_TC_FSAPPLY_RO(createdir, "create directory on r/o mount", nullgen);
tests/fs/vfs/t_ro.c
187
ATF_TC_FSAPPLY_RO(createfifo, "create fifo on r/o mount", nullgen);
tests/fs/vfs/t_ro.c
188
ATF_TC_FSAPPLY_RO(createsymlink, "create symlink on r/o mount", nullgen);
tests/fs/vfs/t_ro.c
189
ATF_TC_FSAPPLY_RO(createlink, "create hardlink on r/o mount", filegen);