Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c120 vfs_getops(vfs_t *vfsp) in vfs_getops() function
/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h466 vfsops_t *vfs_getops(vfs_t *vfsp);
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c494 vfs_getops(vfs_t *vfsp) in vfs_getops() function
516 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()
527 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
950 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) { in vfs_mountroot()
1249 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL) in domount()
3945 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_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()
1281 vfs_getops(newvp->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/smbsrv/
H A Dsmb_tree.c1189 vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp)); in smb_tree_get_flags()