Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h482 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
H A Dtmpfs_vnops.c269 error = tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL); in tmpfs_create()
286 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL)); in tmpfs_mknod()
1314 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL)); in tmpfs_mkdir()
1430 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, target)); in tmpfs_symlink()
H A Dtmpfs_subr.c1166 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file() function