Home
last modified time | relevance | path

Searched refs:vfs_matchops (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c492 if (!doingdotdot && vfs_matchops(vp->v_vfsp, lo_vfsops)) { in lo_lookup()
542 vfs_matchops(nonlovp->v_vfsp, lo_vfsops) && in lo_lookup()
586 while (vfs_matchops(realdvp->v_vfsp, lo_vfsops)) { in lo_lookup()
/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h467 int vfs_matchops(vfs_t *, vfsops_t *);
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c346 vfs_matchops(mvp->v_vfsp, namefs_vfsops)) { in nm_mount()
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1240 if (vfs_matchops(dvp->v_vfsp, vfs_getops(mvp->v_vfsp))) { in auto_perform_actions()
1280 auto_mount = vfs_matchops(dvp->v_vfsp, in auto_perform_actions()
2413 vfs_matchops(vfsp, vfs_getops(curvp->v_vfsp))) { in unmount_subtree()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1894 if (!vfs_matchops(vfsp, ufs_vfsops) || vfs_lock(vfsp) != 0) in ufs_sync()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c514 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops() function