Searched refs:spec_getvnodeops (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | utssys.c | 325 int fvp_isdev = vn_matchops(fvp, spec_getvnodeops()); in dofusers() 425 vn_matchops(vp, spec_getvnodeops()) && in dofusers() 437 vn_matchops(vp, spec_getvnodeops()) && in dofusers() 576 !vn_matchops(vp, spec_getvnodeops())) in dofusers() 649 ASSERT(vn_matchops(fvp, spec_getvnodeops())); in dofkusers_walker() 741 if (!vn_matchops(fvp, spec_getvnodeops())) in dofkusers() 855 fvp_isdev = vn_matchops(fvp, spec_getvnodeops()); in uts_fusers()
|
| /onnv-gate/usr/src/uts/common/fs/specfs/ |
| H A D | specsubr.c | 284 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_assoc_fence() 388 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_hold_devi_by_vp() 514 !vn_matchops(vp, spec_getvnodeops())) in common_specvp() 763 vn_setops(vp, spec_getvnodeops()); in snode_constructor() 921 if (vn_matchops(vp, spec_getvnodeops())) { in spec_is_clone() 934 if (vn_matchops(vp, spec_getvnodeops())) { in spec_is_selfclone() 972 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_fence_snode()
|
| H A D | specvnops.c | 215 spec_getvnodeops(void) in spec_getvnodeops() function
|
| /onnv-gate/usr/src/uts/common/sys/fs/ |
| H A D | snode.h | 153 struct vnodeops *spec_getvnodeops(void);
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | gentty.c | 239 ASSERT(vn_matchops(ttyvp, spec_getvnodeops())); in syopen()
|
| H A D | zcons.c | 814 spec_getvnodeops())); in zc_wput() 873 spec_getvnodeops())); in zc_wput()
|
| H A D | consconfig_dacf.c | 386 ASSERT(vn_matchops(vp, spec_getvnodeops())); in i_consconfig_createvp()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | driver_lyr.c | 570 if (!vn_matchops(vp, spec_getvnodeops()) || in ldi_vp_from_name() 743 if (!vn_matchops(vp, spec_getvnodeops()) || !VTYP_VALID(vp->v_type)) in ldi_open_by_vp() 759 ASSERT(vn_matchops(vp, spec_getvnodeops())); in ldi_open_by_vp() 1221 ASSERT(vn_matchops(vpdown, spec_getvnodeops())); in ldi_mlink_lh() 1262 if (!vn_matchops(vp, spec_getvnodeops())) in ldi_mlink_fp() 1376 if (!vn_matchops(vp, spec_getvnodeops())) in ldi_munlink_fp() 1481 if (!vn_matchops(stp->sd_vnode, spec_getvnodeops())) in ldi_ident_from_stream()
|
| /onnv-gate/usr/src/uts/common/fs/namefs/ |
| H A D | namevfs.c | 360 if (vn_matchops(mvp, spec_getvnodeops()) && in nm_mount()
|
| /onnv-gate/usr/src/uts/sparc/ml/ |
| H A D | modstubs.s | 335 NO_UNLOAD_STUB(specfs, spec_getvnodeops, nomod_zero);
|
| /onnv-gate/usr/src/uts/intel/ia32/ml/ |
| H A D | modstubs.s | 447 NO_UNLOAD_STUB(specfs, spec_getvnodeops, nomod_zero);
|