Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_vnops.c315 return tmpfs_construct_node(dvp, vpp, vap, cnp, NULL); in tmpfs_create()
336 return tmpfs_construct_node(dvp, vpp, vap, cnp, NULL); in tmpfs_mknod()
848 return tmpfs_construct_node(dvp, vpp, vap, cnp, NULL); in tmpfs_mkdir()
962 return tmpfs_construct_node(dvp, vpp, vap, cnp, target); in tmpfs_symlink()
H A Dtmpfs.h253 int tmpfs_construct_node(vnode_t *, vnode_t **, struct vattr *,
H A Dtmpfs_subr.c368 tmpfs_construct_node(vnode_t *dvp, vnode_t **vpp, struct vattr *vap, in tmpfs_construct_node() function