Home
last modified time | relevance | path

Searched refs:vnode (Results 1 – 25 of 273) sorted by path

1234567891011

/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h245 struct vnode *im_devvp;
284 int cd9660_vget_internal(struct mount *, cd_ino_t, int, struct vnode **, int,
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h151 struct vnode;
153 int aout_coredump(struct thread *td, struct vnode *vp, off_t limit,
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt157 case=...If there is no vnode for this file descriptor
506 # cases "no vnode" not fully confirmed
511 case=If there is no vnode for this file descriptor
628 # cases "no vnode" not fully confirmed
629 case=If there is no vnode for this file descriptor
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d57 extern struct vnode e22;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d49 struct vnode s;
59 struct vnode s;
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1642 vnode_t vnode; in dtrace_state_file() local
1647 if (mdb_vread(&vnode, sizeof (vnode), (uintptr_t)f->f_vnode) == -1) { in dtrace_state_file()
1652 if (getmajor(vnode.v_rdev) != data->dtsd_major) in dtrace_state_file()
1655 minor = getminor(vnode.v_rdev); in dtrace_state_file()
2668 vnode_t vnode; in pid2state_file() local
2673 if (mdb_vread(&vnode, sizeof (vnode), (uintptr_t)f->f_vnode) == -1) { in pid2state_file()
2680 if (getmajor(vnode.v_rdev) != data->dtsd_major) in pid2state_file()
2684 minor = getminor(vnode.v_rdev); in pid2state_file()
/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()
H A Dgenunix.c2685 struct vnode vn; in port_walk_step()
2717 struct vnode vn; in portev_walk_init()
H A Dldi.c312 vnode_t vnode; in ldi_handle_print() local
334 if (mdb_vread(&vnode, sizeof (vnode_t), addr) == -1) { in ldi_handle_print()
340 if ((name = mdb_major_to_name(getmajor(vnode.v_rdev))) == NULL) { in ldi_handle_print()
347 mdb_printf("%5d ", getminor(vnode.v_rdev)); in ldi_handle_print()
H A Dmemory.c375 vn_get(vn_htable_t *hp, struct vnode *vp, uintptr_t ptr) in vn_get()
396 struct vnode vn; in vn_get()
446 struct vnode *ms_unused_vp; /* Unused pages vnode pointer */
447 struct vnode *ms_kvps; /* Cached address of vnode array */
458 struct vnode ms_vn; /* vnode buffer */
472 struct vnode *vp = &stats->ms_vn; in memstat_callback()
552 stats.ms_kvps = (struct vnode *)(uintptr_t)sym.st_value; in memstat()
565 stats.ms_unused_vp = (struct vnode *)(uintptr_t)sym.st_value; in memstat()
H A Dvfs.c321 next_realvp(uintptr_t invp, struct vnode *outvn, uintptr_t *outvp) in next_realvp()
326 if (mdb_vread(outvn, sizeof (struct vnode), invp) == -1) { in next_realvp()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2571 vnode_t vnode; in smbnode_dcmd() local
2619 if (mdb_vread(&vnode, sizeof (vnode_t), in smbnode_dcmd()
2622 (uintptr_t)vnode.v_path) <= 0) { in smbnode_dcmd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c291 bp->vnode = com->comnamq; in p_comarg()
1382 bp->vnode = nq; in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h72 Namval_t* vnode; member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in208 translator fileinfo_t < struct vnode *V > {
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h66 struct vnode *zone_rootvp; /* zone's root vnode */
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h176 typedef struct vnode { struct
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_policy.c64 secpolicy_vnode_setattr(cred_t *cr, struct vnode *vp, struct vattr *vap, in secpolicy_vnode_setattr()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dpolicy.h42 int secpolicy_vnode_setattr(cred_t *, struct vnode *, struct vattr *,
H A Dvfs.h202 struct vnode *vfs_vnodecovered; /* vnode mounted on */
H A Dvnode.h235 typedef struct vnode { struct
284 typedef struct vnode vnode_t;
1257 void vn_hold(struct vnode *vp);
1258 void vn_rele(struct vnode *vp);
1260 void vn_rele_dnlc(struct vnode *vp);
1272 int vn_vfswlock(struct vnode *vp);
1274 int vn_vfsrlock(struct vnode *vp);
1288 void vn_copypath(struct vnode *src, struct vnode *dst);
1290 void vn_setpath(vnode_t *rootvp, struct vnode *startvp, struct vnode *vp,
1380 extern struct vnode kvps[];
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c101 fs_nosys_map(struct vnode *vp, offset_t off, struct as *as, caddr_t *addrp, in fs_nosys_map()
110 fs_nosys_addmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr, in fs_nosys_addmap()
275 fs_dispose(struct vnode *vp, page_t *pp, int fl, int dn, struct cred *cr, in fs_dispose()
282 fs_nodispose(struct vnode *vp, page_t *pp, int fl, int dn, struct cred *cr, in fs_nodispose()
328 fs_shrlock(struct vnode *vp, int cmd, struct shrlock *shr, int flag, cred_t *cr, in fs_shrlock()
381 cleanshares(struct vnode *vp, pid_t pid) in cleanshares()
390 convoff(struct vnode *vp, struct flock64 *lckdat, int whence, offset_t offset) in convoff()
H A Dfake_open.c105 struct vnode **vpp, in vn_open()
109 struct vnode *vp; in vn_open()
277 struct vnode **vpp, in vn_create()
282 struct vnode *dvp = NULL; /* ptr to parent dir vnode */ in vn_create()
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()
H A Dlibfksmbfs.h58 struct vnode **vpp, enum create crwhy, mode_t umask);
60 enum vcexcl excl, int mode, struct vnode **vpp,
63 void vn_rele(struct vnode *vp);

1234567891011