Lines Matching refs:vnode
159 struct vnode { struct
161 TAILQ_ENTRY(vnode) v_freelist; /* vnode freelist */
162 TAILQ_ENTRY(vnode) v_mntvnodes; /* vnodes for mount point */
358 extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
362 extern struct vnode *imgsrc_rootvnodes[];
458 void vprint(const char *label, struct vnode *vp);
463 int vn_setlabel(struct vnode *vp, struct label *intlabel,
466 void fifo_printinfo(struct vnode *vp);
472 errno_t vn_rename(struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode…
473 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap,
490 int vn_authorize_rename(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp,
491 struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp,
493 int vn_authorize_renamex(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp,
494 struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp,
496 int vn_authorize_renamex_with_paths(struct vnode *fdvp, struct vnode *fvp, struct componentname *fc…
497 struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, const char *to_path,
651 vnode_readdir64(struct vnode *vp, struct uio *uio, int flags, int *eofflag,