Searched refs:vfstofni (Results 1 – 4 of 4) sorted by relevance
437 fnip = vfstofni(vfsp); in auto_mount()698 fnip = vfstofni(vfsp); in auto_unmount()794 *vpp = (vnode_t *)vfstofni(vfsp)->fi_rootvp; in auto_root()
374 dfnip = vfstofni(dvp->v_vfsp); in auto_lookup()960 fninfo_t *fnip = vfstofni(vp->v_vfsp); in auto_readdir()1390 fninfo_t *fnip = vfstofni(vp->v_vfsp); in auto_trigger_mount()
161 fnip = vfstofni(fntovn(fnp)->v_vfsp); in auto_lookup_aux()262 fnip = vfstofni(vp->v_vfsp); in auto_mount_thread()1955 fnip = vfstofni(cvp->v_vfsp); in unmount_node()2104 fnip = vfstofni(vp->v_vfsp); in try_unmount_node()
199 #define vfstofni(vfsp) ((struct fninfo *)((vfsp)->vfs_data)) macro