Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_vfs_ops.c86 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode() function
/f-stack/freebsd/sys/
H A Dfile.h269 int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2511 error = vn_fill_kinfo_vnode(vp, kif); in vn_fill_kinfo()
2536 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode() function
H A Dkern_descrip.c4287 error = vn_fill_kinfo_vnode(vp, kif); in export_vnode_to_kinfo()