Searched refs:tmpfs_alloc_file (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/fs/tmpfs/ |
| H A D | tmpfs_vnops.c | 256 error = tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_create() 274 return tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_mknod() 1076 return tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_mkdir() 1187 return tmpfs_alloc_file(dvp, vpp, vap, cnp, target); in tmpfs_symlink()
|
| H A D | tmpfs.h | 431 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
|
| H A D | tmpfs_subr.c | 716 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file() function
|