Searched refs:finit_vnode (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | file.h | 272 void finit_vnode(struct file *, u_int, void *, struct fileops *);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 1186 finit_vnode(fp, flags, NULL, &vnops); in kern_openat() 4525 finit_vnode(fp, fmode, NULL, &vnops); in kern_fhopen()
|
| H A D | kern_descrip.c | 2866 finit_vnode(struct file *fp, u_int flag, void *data, struct fileops *ops) in finit_vnode() function
|