Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs.h408 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
H A Dtmpfs_vnops.c213 error = tmpfs_alloc_file(dvp, vpp, vap, ncp, cred, NULL); in tmpfs_ncreate()
238 error = tmpfs_alloc_file(dvp, vpp, vap, ncp, cred, NULL); in tmpfs_nmknod()
1487 error = tmpfs_alloc_file(dvp, vpp, vap, ncp, cred, NULL); in tmpfs_nmkdir()
1630 error = tmpfs_alloc_file(dvp, vpp, vap, ncp, cred, target); in tmpfs_nsymlink()
H A Dtmpfs_subr.c523 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file() function