Searched refs:spec_getvnodeops (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | utssys.c | 323 int fvp_isdev = vn_matchops(fvp, spec_getvnodeops()); in dofusers() 423 vn_matchops(vp, spec_getvnodeops()) && in dofusers() 435 vn_matchops(vp, spec_getvnodeops()) && in dofusers() 574 !vn_matchops(vp, spec_getvnodeops())) in dofusers() 647 ASSERT(vn_matchops(fvp, spec_getvnodeops())); in dofkusers_walker() 739 if (!vn_matchops(fvp, spec_getvnodeops())) in dofkusers() 853 fvp_isdev = vn_matchops(fvp, spec_getvnodeops()); in uts_fusers()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 287 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_assoc_fence() 391 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_hold_devi_by_vp() 517 !vn_matchops(vp, spec_getvnodeops())) in common_specvp() 766 vn_setops(vp, spec_getvnodeops()); in snode_constructor() 924 if (vn_matchops(vp, spec_getvnodeops())) { in spec_is_clone() 937 if (vn_matchops(vp, spec_getvnodeops())) { in spec_is_selfclone() 975 ASSERT(vn_matchops(vp, spec_getvnodeops())); in spec_fence_snode()
|
H A D | specvnops.c | 216 spec_getvnodeops(void) in spec_getvnodeops() function
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | snode.h | 153 struct vnodeops *spec_getvnodeops(void);
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 579 if (!vn_matchops(vp, spec_getvnodeops()) || in ldi_vp_from_name() 752 if (!vn_matchops(vp, spec_getvnodeops()) || !VTYP_VALID(vp->v_type)) in ldi_open_by_vp() 768 ASSERT(vn_matchops(vp, spec_getvnodeops())); in ldi_open_by_vp() 1230 ASSERT(vn_matchops(vpdown, spec_getvnodeops())); in ldi_mlink_lh() 1271 if (!vn_matchops(vp, spec_getvnodeops())) in ldi_mlink_fp() 1385 if (!vn_matchops(vp, spec_getvnodeops())) in ldi_munlink_fp() 1490 if (!vn_matchops(stp->sd_vnode, spec_getvnodeops())) in ldi_ident_from_stream()
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 360 if (vn_matchops(mvp, spec_getvnodeops()) && in nm_mount()
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 338 NO_UNLOAD_STUB(specfs, spec_getvnodeops, nomod_zero);
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 448 NO_UNLOAD_STUB(specfs, spec_getvnodeops, nomod_zero);
|