Home
last modified time | relevance | path

Searched refs:vfs_composefh_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_fd.c86 error = vfs_composefh_alloc(vp, &fh); in netbsd32___getfh30()
/netbsd/src/sys/kern/
Dkern_fileassoc.c311 error = vfs_composefh_alloc(vp, &th); in fileassoc_file_lookup()
516 error = vfs_composefh_alloc(vp, &th); in fileassoc_file_add()
Dvfs_syscalls.c1966 vfs_composefh_alloc(struct vnode *vp, fhandle_t **fhpp) in vfs_composefh_alloc() function
2122 error = vfs_composefh_alloc(vp, &fh); in sys___getfh30()
/netbsd/src/sys/sys/
Dmount.h381 int vfs_composefh_alloc(struct vnode *, fhandle_t **);