Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h281 int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
/freebsd/sys/kern/
H A Dvfs_vnops.c2763 error = vn_fill_kinfo_vnode(vp, kif); in vn_fill_kinfo()
2788 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode() function
H A Dkern_descrip.c4541 error = vn_fill_kinfo_vnode(vp, kif); in export_vnode_to_kinfo()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1701 error = vn_fill_kinfo_vnode(vp, kif); in linux_file_fill_kinfo()