HomeSort by: relevance | last modified time | path
    Searched defs:un_vnode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/union/
union.h 125 struct vnode *un_vnode; /* :: Back pointer */ member in struct:union_node
169 #define UNIONTOV(un) ((un)->un_vnode)
  /src/sys/fs/unionfs/
unionfs.h 107 struct vnode *un_vnode; /* Back pointer */ member in struct:unionfs_node
122 #define UNIONFSTOV(xp) ((xp)->un_vnode)

Completed in 12 milliseconds