Home
last modified time | relevance | path

Searched refs:vnode (Results 176 – 200 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kp.c493 struct vnode *vp; in segkp_get_internal()
646 struct vnode *vp; in segkp_release_internal()
1124 struct vnode *vp; in segkp_load()
1186 struct vnode *vp; in segkp_unlock()
H A Dvm_usage.c991 vmu_vnode_update_incore_bounds(avl_tree_t *tree, vnode_t *vnode, in vmu_vnode_update_incore_bounds() argument
1002 if (vnode->v_pages == NULL) in vmu_vnode_update_incore_bounds()
1025 if (vnode->v_pages != NULL && in vmu_vnode_update_incore_bounds()
1026 (page = page_exists(vnode, ptob(index))) != NULL) { in vmu_vnode_update_incore_bounds()
1204 struct vnode *vn; in vmu_calculate_seg()
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h188 struct vnode *bo_vp; /* vnode of object */
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c316 struct vnode *vp, in vn_rdwr()
396 vn_hold(struct vnode *vp) in vn_hold()
583 struct vnode *vp = buf; in vn_cache_constructor()
599 struct vnode *vp; in vn_cache_destructor()
610 vn_cache = kmem_cache_create("vn_cache", sizeof (struct vnode), in vn_create_cache()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c193 struct vnode *vp; /* vnode return from vn_open() */
3529 struct vnode *vp; in kobj_open()
3644 if ((stat = vn_rdwr(UIO_READ, (struct vnode *)descr, buf, size, in kobj_read()
3680 struct vnode *vp = (struct vnode *)descr; in kobj_close()
3695 struct vnode *vp = (struct vnode *)descr; in kobj_fstat()
3839 struct vnode *vp = (struct vnode *)file->_fd; in kobj_read_file()
4202 if ((err = vn_rdwr(UIO_READ, (struct vnode *)file->_fd, in kobj_get_filesize()
4575 struct vnode *vp = (struct vnode *)fd; in kobj_is_compressed()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h464 extern void rpc_poptimod(struct vnode *);
465 extern int kstr_push(struct vnode *, char *);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dseg_vmm.c72 static int segvmm_getvp(struct seg *, caddr_t, struct vnode **);
508 segvmm_getvp(struct seg *seg, caddr_t addr, struct vnode **vpp) in segvmm_getvp()
H A Dvmm_reservoir.c628 struct vnode *vp = &kvps[KV_VVP]; in vmmr_destroy_pages()
659 struct vnode *vp = &kvps[KV_VVP]; in vmmr_alloc_pages()
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h127 #define EPTOV(ep) ((struct vnode *)(ep)->port_vnode)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h298 extern void hs_check_root_dirent(struct vnode *vp, struct hs_direntry *hdp);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c249 struct vnode *vp = ITOV(ip); in ufs_delete()
652 struct vnode *vp = ITOV(ip); in ufs_idle_free()
864 struct vnode *vp; in ufs_idle_some()
H A Dquotacalls.c85 quotactl(struct vnode *vp, intptr_t arg, int flag, struct cred *cr) in quotactl()
194 struct vnode *vp, /* quota file */ in opendq()
H A Dufs_inode.c256 struct vnode *vp; in ufs_inode_cache_constructor()
280 struct vnode *vp; in ufs_inode_cache_destructor()
454 struct vnode *vp; in ufs_iget_internal()
675 struct vnode *vp = ITOV(ip); in ufs_iinactive()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c452 struct vnode *vp; in sonode_constructor()
519 struct vnode *vp = SOTOV(so); in sonode_destructor()
H A Dsocksyscalls.c436 struct vnode *nvp; in so_socketpair()
630 struct vnode *nvp; in accept()
2175 struct vnode *vp; in snf_async_read()
2300 create_thread(int operation, struct vnode *vp, file_t *fp, in create_thread()
2363 struct vnode *vp; in snf_direct_io()
2770 struct vnode *vp; in snf_cache()
2907 struct vnode *vp, *fvp, *realvp; in sosendfile64()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h299 struct vnode *auk_current_vp;
H A Daudit_syscalls.c332 struct vnode *vp; in auditdoor()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h176 typedef struct vnode { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c495 mdb_vnode_t vnode; in gcore_vnode_size() local
499 if (mdb_ctf_vread(&vnode, "vnode_t", "mdb_vnode_t", vnode_addr, 0) == in gcore_vnode_size()
505 vnode.v_op, 0) == -1) { in gcore_vnode_size()
520 vnode.v_data, 0) == -1) { in gcore_vnode_size()
530 vnode.v_data, 0) == -1) { in gcore_vnode_size()
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c143 kstr_ioctl(struct vnode *vp, int cmd, intptr_t arg) in kstr_ioctl()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c95 struct vnode *vp;
459 segmf_getvp(struct seg *seg, caddr_t addr, struct vnode **vpp) in segmf_getvp()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c259 nlm_frlock(struct vnode *vp, int cmd, struct flock64 *flkp, in nlm_frlock()
618 nlm_register_lock_locally(struct vnode *vp, struct nlm_host *hostp, in nlm_register_lock_locally()
1210 nlm_shrlock(struct vnode *vp, int cmd, struct shrlock *shr, in nlm_shrlock()
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c67 struct vnode *vp; in acl()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c359 hs_check_root_dirent(struct vnode *vp, struct hs_direntry *hdp) in hs_check_root_dirent()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c152 struct vnode *vfs_mntdummyvp; /* to fake mnttab read/write for file events */
640 struct vnode *mvp; in vfs_mountdevices()
718 struct vnode *mvp; in vfs_mountdev1()
795 struct vnode *mvp; in vfs_mountfs()
821 struct vnode *rvp = NULL; in vfs_mountroot()
965 struct vnode *vp = NULL; in lofi_add()
1095 struct vnode *bvp; in domount()

1234567891011