HomeSort by: relevance | last modified time | path
    Searched refs:rfw (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/lfs/
t_rfw.c 98 void test(int width, int rfw)
196 if (rump_sys_mount(MOUNT_LFS, MP, (rfw ? MNT_LOG : 0), &args, sizeof(args)) == -1)
230 if (!rump_sys_access(TO_BE_DELETED, F_OK) == !!rfw)
231 atf_tc_fail("Removed file %s", rfw ? "still present" : "absent");
235 if (!check_file(TO_BE_APPENDED, 2 * CHUNKSIZE, 5) != !!rfw)
238 if (!rump_sys_access(NEWLY_CREATED, F_OK) != !!rfw)
239 atf_tc_fail("Newly added file %s", rfw ? "missing" : "present");
241 if (!check_file(NEWLY_CREATED, CHUNKSIZE, 6) != !!rfw)
  /src/sys/ufs/lfs/
lfs_vfsops.c 308 CTLTYPE_INT, "rfw",
916 int error, i, ronly, fsbsize, rfw; local
937 rfw = (mp->mnt_flag & MNT_LOG) != 0;
1255 if (rfw && !ronly) {

Completed in 17 milliseconds