Searched refs:tmpfs_construct_node (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs_vnops.c | 315 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 D | tmpfs.h | 253 int tmpfs_construct_node(vnode_t *, vnode_t **, struct vattr *,
|
H A D | tmpfs_subr.c | 368 tmpfs_construct_node(vnode_t *dvp, vnode_t **vpp, struct vattr *vap, in tmpfs_construct_node() function
|