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

  /src/sys/rump/include/rump/
Makefile 11 INCS+= rumpfs.h
  /src/tests/fs/common/
h_fsmacros.h 61 FSPROTOS(rumpfs); variable
180 ATF_TC_FSADD(rumpfs,MOUNT_RUMPFS,func,desc) \
195 ATF_TP_FSADD(rumpfs,func); \
209 * + rumpfs (memory backend)
284 (strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "rumpfs") == 0)
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 1 /* $NetBSD: rumpfs.c,v 1.167 2023/06/27 19:30:27 andvar Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.167 2023/06/27 19:30:27 andvar Exp $");
61 #include <rump/rumpfs.h>
227 * the host FS. ET phones home only from the root node of rumpfs.
506 * rumpfs
992 newdata = rump_hypermalloc(newlen, 0, false, "rumpfs");
1509 rn->rn_data = rump_hypermalloc(newlen, 0, false, "rumpfs");
1785 /* none of the current rumpfs fcntlops are defined for remotes */
1830 VFS_PROTOS(rumpfs); variable
1911 error = set_statvfs_info(mntpath, UIO_USERSPACE, "rumpfs", UIO_SYSSPACE
    [all...]

Completed in 17 milliseconds