Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c120 vfs_getops(vfs_t *vfsp) in vfs_getops() function
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h472 vfsops_t *vfs_getops(vfs_t *vfsp);
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c486 vfs_getops(vfs_t *vfsp) in vfs_getops() function
508 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()
519 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
942 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) { in vfs_mountroot()
1266 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL) in domount()
3957 if (vfs_getops(vfsp) == ops) { in vfs_opsinuse()
H A Dvnode.c2647 vswp = vfs_getvfsswbyvfsops(vfs_getops(rvp->v_vfsp)); in vn_can_change_zones()
/titanic_41/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()
1281 vfs_getops(newvp->v_vfsp)); in auto_perform_actions()
2413 vfs_matchops(vfsp, vfs_getops(curvp->v_vfsp))) { in unmount_subtree()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1166 vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp)); in smb_tree_get_flags()