Searched defs:tmpfs (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dh_fsmacros.h63 FSPROTOS(tmpfs); variable
/netbsd-6-1-5-RELEASE/sys/fs/tmpfs/
H A Dtmpfs_vnops.c944 struct tmpfs_mount *tmpfs; local
1165 tmpfs_rename_enter(struct mount *mount, struct tmpfs_mount *tmpfs, kauth_cred_t cred, struct vnode *fdvp, struct tmpfs_node *fdnode, struct componentname *fcnp, struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret, struct vnode *tdvp, struct tmpfs_node *tdnode, struct componentname *tcnp, struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret) argument
1227 tmpfs_rename_enter_common(struct mount *mount, struct tmpfs_mount *tmpfs, kauth_cred_t cred, struct vnode *dvp, struct tmpfs_node *dnode, struct componentname *fcnp, struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret, struct componentname *tcnp, struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret) argument
1338 tmpfs_rename_enter_separate(struct mount *mount, struct tmpfs_mount *tmpfs, kauth_cred_t cred, struct vnode *fdvp, struct tmpfs_node *fdnode, struct componentname *fcnp, struct tmpfs_dirent **fde_ret, struct vnode **fvp_ret, struct vnode *tdvp, struct tmpfs_node *tdnode, struct componentname *tcnp, struct tmpfs_dirent **tde_ret, struct vnode **tvp_ret) argument
1410 tmpfs_rename_exit(struct tmpfs_mount *tmpfs, struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp) argument
1744 tmpfs_rename_attachdetach(struct tmpfs_mount *tmpfs, struct vnode *fdvp, struct tmpfs_dirent *fde, struct vnode *fvp, struct vnode *tdvp, struct tmpfs_dirent *tde, struct vnode *tvp) argument
1808 tmpfs_do_remove(struct tmpfs_mount *tmpfs, struct vnode *dvp, struct tmpfs_node *dnode, struct tmpfs_dirent *de, struct vnode *vp, kauth_cred_t cred) argument
[all...]

Completed in 128 milliseconds