t_ro.c | 60 filegen(const atf_tc_t *tc, const char *mp) function in typeref:typename:void 183 ATF_TC_FSAPPLY_RO(rmfile, "remove file from r/o mount", filegen); 184 ATF_TC_FSAPPLY_RO(fileio, "can read a file but not write it", filegen); 185 ATF_TC_FSAPPLY_RO(attrs, "can query but not change attributes", filegen); 189 ATF_TC_FSAPPLY_RO(createlink, "create hardlink on r/o mount", filegen);
|