Lines Matching defs:vp

77 #define	ISROFILE(vp)	\  argument
168 #define VOPSTATS_UPDATE(vp, counter) { \ argument
184 #define VOPSTATS_UPDATE_IO(vp, counter, bytecounter, bytesval) { \ argument
206 #define VOPXID_MAP_CR(vp, cr) { \ argument
752 struct vnode *vp, in vn_rdwr()
839 vn_rele(vnode_t *vp) in vn_rele()
859 vn_rele_dnlc(vnode_t *vp) in vn_rele_dnlc()
882 vn_rele_stream(vnode_t *vp) in vn_rele_stream()
897 vn_rele_inactive(vnode_t *vp) in vn_rele_inactive()
913 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
960 struct vnode *vp; in vn_openat() local
1292 vnode_t *vp, in vn_open_upgrade()
1306 vnode_t *vp, in vn_open_downgrade()
1355 struct vnode *vp = NULL; in vn_createat() local
1843 struct vnode *vp; /* entry vnode */ in vn_removeat() local
2173 vn_vfswlock_wait(vnode_t *vp) in vn_vfswlock_wait()
2190 vn_vfsrlock_wait(vnode_t *vp) in vn_vfsrlock_wait()
2213 vn_vfswlock(vnode_t *vp) in vn_vfswlock()
2236 vn_vfsrlock(vnode_t *vp) in vn_vfsrlock()
2259 vn_vfsunlock(vnode_t *vp) in vn_vfsunlock()
2277 vn_vfswlock_held(vnode_t *vp) in vn_vfswlock_held()
2336 struct vnode *vp; in vn_cache_constructor() local
2358 struct vnode *vp; in vn_cache_destructor() local
2390 vn_recycle(vnode_t *vp) in vn_recycle()
2440 vn_reinit(vnode_t *vp) in vn_reinit()
2474 vnode_t *vp; in vn_alloc() local
2488 vn_free(vnode_t *vp) in vn_free()
2527 vn_reclaim(vnode_t *vp) in vn_reclaim()
2539 vn_idle(vnode_t *vp) in vn_idle()
2550 vn_exists(vnode_t *vp) in vn_exists()
2562 vn_invalid(vnode_t *vp) in vn_invalid()
2576 vnevent_support(vnode_t *vp, caller_context_t *ct) in vnevent_support()
2585 vnevent_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_rename_src()
2594 vnevent_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, in vnevent_rename_dest()
2604 vnevent_rename_dest_dir(vnode_t *vp, caller_context_t *ct) in vnevent_rename_dest_dir()
2613 vnevent_remove(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_remove()
2622 vnevent_rmdir(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_rmdir()
2631 vnevent_pre_rename_src(vnode_t *vp, vnode_t *dvp, char *name, in vnevent_pre_rename_src()
2641 vnevent_pre_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, in vnevent_pre_rename_dest()
2651 vnevent_pre_rename_dest_dir(vnode_t *vp, vnode_t *nvp, char *name, in vnevent_pre_rename_dest_dir()
2661 vnevent_create(vnode_t *vp, caller_context_t *ct) in vnevent_create()
2670 vnevent_link(vnode_t *vp, caller_context_t *ct) in vnevent_link()
2679 vnevent_mountedover(vnode_t *vp, caller_context_t *ct) in vnevent_mountedover()
2688 vnevent_truncate(vnode_t *vp, caller_context_t *ct) in vnevent_truncate()
2701 vn_is_readonly(vnode_t *vp) in vn_is_readonly()
2707 vn_has_flocks(vnode_t *vp) in vn_has_flocks()
2713 vn_has_mandatory_locks(vnode_t *vp, int mode) in vn_has_mandatory_locks()
2719 vn_has_cached_data(vnode_t *vp) in vn_has_cached_data()
2729 vn_can_change_zones(vnode_t *vp) in vn_can_change_zones()
2761 vn_ismntpt(vnode_t *vp) in vn_ismntpt()
2768 vn_mountedvfs(vnode_t *vp) in vn_mountedvfs()
2777 vn_in_dnlc(vnode_t *vp) in vn_in_dnlc()
2793 vnode_t *vp, in vn_has_other_opens()
2829 vnode_t *vp, in vn_is_opened()
2863 vnode_t *vp, in vn_is_mapped()
2931 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops()
2958 vn_getops(vnode_t *vp) in vn_getops()
2978 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops()
2992 vn_matchopval(vnode_t *vp, char *vopname, fs_generic_func_p funcp) in vn_matchopval()
3040 vn_clearpath(vnode_t *vp, hrtime_t compare_stamp) in vn_clearpath()
3065 vn_setpath_common(vnode_t *pvp, vnode_t *vp, const char *name, size_t len, in vn_setpath_common()
3219 vn_updatepath(vnode_t *pvp, vnode_t *vp, const char *name) in vn_updatepath()
3251 vn_setpath(vnode_t *rootvp, vnode_t *pvp, vnode_t *vp, const char *name, in vn_setpath()
3263 vn_setpath_str(vnode_t *vp, const char *str, size_t len) in vn_setpath_str()
3273 vn_renamepath(vnode_t *pvp, vnode_t *vp, const char *name, size_t len) in vn_renamepath()
3340 vn_vmpss_usepageio(vnode_t *vp) in vn_vmpss_usepageio()
3369 vnode_t *vp = *vpp; in fop_open() local
3433 vnode_t *vp, in fop_close()
3465 vnode_t *vp, in fop_read()
3484 vnode_t *vp, in fop_write()
3503 vnode_t *vp, in fop_ioctl()
3522 vnode_t *vp, in fop_setfl()
3539 vnode_t *vp, in fop_getattr()
3572 vnode_t *vp, in fop_setattr()
3605 vnode_t *vp, in fop_access()
3856 vnode_t *vp, in fop_readdir()
3922 vnode_t *vp, in fop_readlink()
3938 vnode_t *vp, in fop_fsync()
3954 vnode_t *vp, in fop_inactive()
3968 vnode_t *vp, in fop_fid()
3981 vnode_t *vp, in fop_rwlock()
3994 vnode_t *vp, in fop_rwunlock()
4004 vnode_t *vp, in fop_seek()
4031 vnode_t *vp, in fop_frlock()
4052 vnode_t *vp, in fop_space()
4071 vnode_t *vp, in fop_realvp()
4084 vnode_t *vp, in fop_getpage()
4108 vnode_t *vp, in fop_putpage()
4126 vnode_t *vp, in fop_map()
4149 vnode_t *vp, in fop_addmap()
4199 vnode_t *vp, in fop_delmap()
4255 vnode_t *vp, in fop_poll()
4271 vnode_t *vp, in fop_dump()
4290 vnode_t *vp, in fop_pathconf()
4307 vnode_t *vp, in fop_pageio()
4326 vnode_t *vp, in fop_dumpctl()
4339 vnode_t *vp, in fop_dispose()
4356 vnode_t *vp, in fop_setsecattr()
4381 vnode_t *vp, in fop_getsecattr()
4407 vnode_t *vp, in fop_shrlock()
4424 fop_vnevent(vnode_t *vp, vnevent_t vnevent, vnode_t *dvp, char *fnm, in fop_vnevent()
4435 fop_reqzcbuf(vnode_t *vp, enum uio_rw ioflag, xuio_t *uiop, cred_t *cr, in fop_reqzcbuf()
4448 fop_retzcbuf(vnode_t *vp, xuio_t *uiop, cred_t *cr, caller_context_t *ct) in fop_retzcbuf()
4588 vsd_get(vnode_t *vp, uint_t key) in vsd_get()
4607 vsd_set(vnode_t *vp, uint_t key, void *value) in vsd_set()
4662 vsd_free(vnode_t *vp) in vsd_free()
4755 vn_is_reparse(vnode_t *vp, cred_t *cr, caller_context_t *ct) in vn_is_reparse()