Home
last modified time | relevance | path

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

/NextBSD/sys/fs/tmpfs/
HDtmpfs_vnops.c220 error = tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_create()
238 return tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_mknod()
1038 return tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_mkdir()
1149 return tmpfs_alloc_file(dvp, vpp, vap, cnp, target); in tmpfs_symlink()
HDtmpfs.h399 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
HDtmpfs_subr.c677 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file() function