Searched refs:tmpfs_alloc_file (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/fs/tmpfs/ |
| HD | tmpfs_vnops.c | 220 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()
|
| HD | tmpfs.h | 399 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
|
| HD | tmpfs_subr.c | 677 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file() function
|