Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vnops.c102 dunp = VTOUNIONFS(dvp); in unionfs_lookup()
144 dunp = VTOUNIONFS(dvp); in unionfs_lookup()
281 unp = VTOUNIONFS(vp); in unionfs_lookup()
532 unp = VTOUNIONFS(vp); in unionfs_open()
625 unp = VTOUNIONFS(vp); in unionfs_close()
1786 unp = VTOUNIONFS(vp); in unionfs_getwritemount()
1951 unp = VTOUNIONFS(vp); in unionfs_lock()
2092 unp = VTOUNIONFS(vp); in unionfs_unlock()
2308 unp = VTOUNIONFS(vp); in unionfs_openextattr()
2343 unp = VTOUNIONFS(vp); in unionfs_closeextattr()
[all …]
H A Dunion.h128 #define VTOUNIONFS(vp) unionfs_check_vnode(vp, __FILE__, __LINE__) macro
179 #define UNIONFSVPTOLOWERVP(vp) (VTOUNIONFS(vp)->un_lowervp)
180 #define UNIONFSVPTOUPPERVP(vp) (VTOUNIONFS(vp)->un_uppervp)
H A Dunion_subr.c138 unp = VTOUNIONFS(dvp); in unionfs_get_hashhead()
468 unp = VTOUNIONFS(vp); in unionfs_noderem()
1027 if (__predict_false(VTOUNIONFS(unionvp) == NULL)) { in unionfs_forward_vop_rele()
1338 udvp = VTOUNIONFS(unp->un_dvp)->un_uppervp; in unionfs_copyfile()
H A Dunion_vfsops.c564 unp = VTOUNIONFS(filename_vp); in unionfs_extattrctl()