Searched refs:tmpfs_alloc_node (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs.h | 399 int tmpfs_alloc_node(struct tmpfs_mount *, enum vtype,
|
H A D | tmpfs_subr.c | 95 tmpfs_alloc_node(struct tmpfs_mount *tmp, enum vtype type, in tmpfs_alloc_node() function 558 error = tmpfs_alloc_node(tmp, vap->va_type, cred->cr_uid, in tmpfs_alloc_file()
|
H A D | tmpfs_vfsops.c | 212 error = tmpfs_alloc_node(tmp, VDIR, root_uid, root_gid, in tmpfs_mount()
|