Home
last modified time | relevance | path

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

/src/sys/fs/unionfs/
H A Dunion_subr.c157 vp = UNIONFSTOV(unp); in unionfs_get_cached_vnode_locked()
593 ASSERT_VOP_ELOCKED(UNIONFSTOV(unp), __func__); in unionfs_find_node_status()
642 ASSERT_VOP_ELOCKED(UNIONFSTOV(unp), __func__); in unionfs_tryrem_node_status()
773 vp = UNIONFSTOV(unp); in unionfs_node_update()
1285 ump = MOUNTTOUNIONFSMOUNT(UNIONFSTOV(unp)->v_mount); in unionfs_vn_create_on_upper()
1439 if ((UNIONFSTOV(unp)->v_mount->mnt_flag & MNT_RDONLY)) in unionfs_copyfile()
1542 ump = MOUNTTOUNIONFSMOUNT(UNIONFSTOV(unp)->v_mount); in unionfs_vn_symlink_on_upper()
1618 if ((UNIONFSTOV(unp)->v_mount->mnt_flag & MNT_RDONLY)) in unionfs_copylink()
H A Dunion.h129 #define UNIONFSTOV(xp) ((xp)->un_vnode) macro