Home
last modified time | relevance | path

Searched refs:UNIONFSTOV (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c157 vp = UNIONFSTOV(unp); in unionfs_get_cached_vnode_locked()
592 ASSERT_VOP_ELOCKED(UNIONFSTOV(unp), __func__); in unionfs_find_node_status()
640 ASSERT_VOP_ELOCKED(UNIONFSTOV(unp), __func__); in unionfs_tryrem_node_status()
771 vp = UNIONFSTOV(unp); in unionfs_node_update()
1283 ump = MOUNTTOUNIONFSMOUNT(UNIONFSTOV(unp)->v_mount); in unionfs_vn_create_on_upper()
1438 if ((UNIONFSTOV(unp)->v_mount->mnt_flag & MNT_RDONLY)) in unionfs_copyfile()
H A Dunion.h129 #define UNIONFSTOV(xp) ((xp)->un_vnode) macro