Home
last modified time | relevance | path

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

/src/sys/fs/fdescfs/
H A Dfdesc.h71 extern int fdesc_allocvp(fdntype, unsigned, int, struct mount *,
H A Dfdesc_vfsops.c103 error = fdesc_allocvp(Froot, -1, FD_ROOT, mp, &rvp); in fdesc_mount()
H A Dfdesc_vnops.c139 fdesc_allocvp(fdntype ftype, unsigned fd_fd, int ix, struct mount *mp, in fdesc_allocvp() function
270 error = fdesc_allocvp(a->ftype, a->fd_fd, a->ix, mp, rvp); in fdesc_get_ino_alloc()