HomeSort by: relevance | last modified time | path
    Searched refs:RUMP_ETFS_BLK (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/tests/fs/lfs/
t_pr.c 46 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
t_orphan.c 94 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
160 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
util.c 55 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
  /src/tests/fs/ffs/
t_mount.c 72 if (rump_pub_etfs_register("/devdisk", "ffs.img", RUMP_ETFS_BLK))
113 if (rump_pub_etfs_register("/devdisk", "ffs.img", RUMP_ETFS_BLK))
t_update_log.c 62 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
119 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
h_ffs_server.c 93 rump_pub_etfs_register("/diskdev", filename, RUMP_ETFS_BLK);
t_fifos.c 119 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
t_quota2_1.c 41 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
t_quota2_remount.c 43 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
t_extattr.c 98 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
h_quota2_tests.c 438 rump_pub_etfs_register("/diskdev", filename, RUMP_ETFS_BLK);
  /src/tests/rump/rumpvfs/
t_etfs.c 136 RUMP_ETFS_BLK), 0);
146 RUMP_ETFS_BLK), 0);
198 RUMP_ETFS_BLK), 0);
208 RUMP_ETFS_BLK), 0);
249 RUMP_ETFS_BLK, 16000, 32000), 0);
  /src/sys/rump/include/rump/
rump.h 83 RUMP_ETFS_BLK,
  /src/tests/fs/common/
fstest_zfs.c 76 res = rump_pub_etfs_register(ZFSDEV, image, RUMP_ETFS_BLK);
fstest_ext2fs.c 83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
fstest_msdosfs.c 84 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
fstest_sysvbfs.c 83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
fstest_v7fs.c 84 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
fstest_ffs.c 88 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
fstest_udf.c 92 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
snapshot.c 53 rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
187 rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
fstest_lfs.c 92 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
  /src/tests/fs/hfs/
t_pathconvert.c 55 RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));
  /src/usr.bin/rump_allserver/
rump_allserver.c 132 { "blk", RUMP_ETFS_BLK },
293 ftype = RUMP_ETFS_BLK;
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 256 case RUMP_ETFS_BLK:
366 if (ftype == RUMP_ETFS_BLK || ftype == RUMP_ETFS_CHR) {
416 if (ftype == RUMP_ETFS_BLK) {

Completed in 18 milliseconds

1 2