Searched refs:union_node (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/fs/union/ |
| H A D | union.h | 120 struct union_node { struct 122 LIST_ENTRY(union_node) un_cache; /* c: Hash chain */ argument 145 extern int union_check_rmdir(struct union_node *, kauth_cred_t); argument 148 extern int union_copyup(struct union_node *, int, kauth_cred_t, 150 extern void union_diruncache(struct union_node *); 151 extern int union_dowhiteout(struct union_node *, kauth_cred_t); 155 struct componentname *, struct union_node *); 156 extern int union_vn_create(struct vnode **, struct union_node *, 160 extern void union_removed_upper(struct union_node *un); 168 #define VTOUNION(vp) ((struct union_node *)(vp)->v_data)
|
| H A D | union_subr.c | 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; in union_reinit() 164 union_newlower(struct union_node *un, struct vnode *lowervp) in union_newlower() 194 union_newupper(struct union_node *un, struct vnode *uppervp) in union_newupper() 259 struct union_node *un = VTOUNION(vp); in union_newsize() 295 union_ref(struct union_node *un) in union_ref() [all …]
|
| H A D | union_vnops.c | 331 struct union_node *dun = VTOUNION(dvp); in union_lookup() 543 struct union_node *un = VTOUNION(ap->a_dvp); in union_create() 577 struct union_node *un = VTOUNION(ap->a_dvp); in union_whiteout() 595 struct union_node *un = VTOUNION(ap->a_dvp); in union_mknod() 628 struct union_node *un = VTOUNION(ap->a_vp); in union_open() 696 struct union_node *un = VTOUNION(ap->a_vp); in union_close() 746 struct union_node *un = VTOUNION(vp); in union_access() 828 struct union_node *un = VTOUNION(ap->a_vp); in union_getattr() 911 struct union_node *un = VTOUNION(vp); in union_setattr() 1009 struct union_node *un = VTOUNION(ap->a_vp); in union_read() [all …]
|