Searched refs:tmpfs_alloc_node (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 467 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
|
H A D | tmpfs_vfsops.c | 466 error = tmpfs_alloc_node(mp, tmp, VDIR, root_uid, root_gid, in tmpfs_mount()
|
H A D | tmpfs_subr.c | 541 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, __enum_uint8(vtype) type, in tmpfs_alloc_node() function 1199 error = tmpfs_alloc_node(dvp->v_mount, tmp, vap->va_type, in tmpfs_alloc_file()
|