Searched refs:vfs_matchops (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 492 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 D | vfs.h | 467 int vfs_matchops(vfs_t *, vfsops_t *);
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 346 vfs_matchops(mvp->v_vfsp, namefs_vfsops)) { in nm_mount()
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 1240 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 D | ufs_vfsops.c | 1894 if (!vfs_matchops(vfsp, ufs_vfsops) || vfs_lock(vfsp) != 0) in ufs_sync()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 514 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops() function
|