Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c125 vfs_getops(vfs_t *vfsp) in vfs_getops() function
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c412 vfs_getops(vfs_t *vfsp) in vfs_getops() function
427 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()
438 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c488 vfs_getops(vfs_t *vfsp) in vfs_getops() function
510 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()
521 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
894 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) { in vfs_mountroot()
1192 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL) in domount()
3832 if (vfs_getops(vfsp) == ops) { in vfs_opsinuse()
H A Dvnode.c2748 vswp = vfs_getvfsswbyvfsops(vfs_getops(rvp->v_vfsp)); in vn_can_change_zones()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h468 vfsops_t *vfs_getops(vfs_t *vfsp);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h461 vfsops_t *vfs_getops(vfs_t *vfsp);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1242 if (vfs_matchops(dvp->v_vfsp, vfs_getops(mvp->v_vfsp))) { in auto_perform_actions()
1283 vfs_getops(newvp->v_vfsp)); in auto_perform_actions()
2415 vfs_matchops(vfsp, vfs_getops(curvp->v_vfsp))) { in unmount_subtree()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1255 vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp)); in smb_tree_get_flags()