Lines Matching refs:union_node
99 static LIST_HEAD(uhashhead, union_node) *uhashtbl;
107 static void union_newupper(struct union_node *, struct vnode *);
108 static void union_newlower(struct union_node *, struct vnode *);
109 static void union_ref(struct union_node *);
110 static void union_rele(struct union_node *);
127 struct union_node *un;
164 union_newlower(struct union_node *un, struct vnode *lowervp)
194 union_newupper(struct union_node *un, struct vnode *uppervp)
259 struct union_node *un = VTOUNION(vp);
295 union_ref(struct union_node *un)
303 union_rele(struct union_node *un)
334 * allocate a union_node/vnode pair. the vnode is
344 * the reference is either maintained in the new union_node
366 struct union_node *un = NULL, *un1;
471 un = malloc(sizeof(struct union_node), M_TEMP, M_WAITOK);
536 struct union_node *un = VTOUNION(vp);
559 struct union_node *un;
689 union_copyup(struct union_node *un, int docopy, kauth_cred_t cred,
864 struct componentname *cnp, struct union_node *un)
888 union_vn_create(struct vnode **vpp, struct union_node *un, struct lwp *l)
954 union_removed_upper(struct union_node *un)
988 struct union_node *un = VTOUNION(vp);
1005 union_dowhiteout(struct union_node *un, kauth_cred_t cred)
1022 struct union_node *un;
1097 union_diruncache(struct union_node *un)
1114 union_check_rmdir(struct union_node *un, kauth_cred_t cred)