Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c437 fnip = vfstofni(vfsp); in auto_mount()
698 fnip = vfstofni(vfsp); in auto_unmount()
794 *vpp = (vnode_t *)vfstofni(vfsp)->fi_rootvp; in auto_root()
H A Dauto_vnops.c374 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()
H A Dauto_subr.c161 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()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dautofs.h199 #define vfstofni(vfsp) ((struct fninfo *)((vfsp)->vfs_data)) macro