Home
last modified time | relevance | path

Searched refs:rump_vfs_vptofh (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/rump/include/rump-sys/
H A Dvfs_if.h54 int rump_vfs_vptofh(struct vnode *, struct fid *, size_t *);
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c254 rv = rump_vfs_vptofh(arg1, arg2, arg3); in rump_pub_vfs_vptofh()
H A Drump_vfs.c451 rump_vfs_vptofh(struct vnode *vp, struct fid *fid, size_t *fidsize) in rump_vfs_vptofh() function