Searched refs:vnode_t (Results 51 - 75 of 410) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_log.c42 ufs_fiologenable(vnode_t *vp, fiolog_t *ufl, cred_t *cr, int flags)
61 ufs_fiologdisable(vnode_t *vp, fiolog_t *ufl, cred_t *cr, int flags)
84 ufs_fioislog(vnode_t *vp, uint32_t *islog, cred_t *cr, int flags)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_dir.h57 extern int zfs_dirlook(znode_t *, char *, vnode_t **, int, int *,
67 extern int zfs_get_xattrdir(znode_t *, vnode_t **, cred_t *, int);
68 extern int zfs_make_xattrdir(znode_t *, vattr_t *, vnode_t **, cred_t *);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h117 extern int elfnote(vnode_t *, offset_t *, int, int, void *, rlim64_t, cred_t *);
121 extern int write_old_elfnotes(proc_t *, int, vnode_t *, offset_t,
124 extern int write_elfnotes(proc_t *, int, vnode_t *, offset_t,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_shadow.c56 vtosv(vnode_t *vp)
89 sv_activate(vnode_t **vpp, vnode_t *dvp, nfs4_fname_t **namepp, int newnode)
92 vnode_t *resvp;
170 vnode_t *
171 sv_find(vnode_t *mvp, vnode_t *dvp, nfs4_fname_t **namepp)
173 vnode_t *vp;
281 sv_inactive(vnode_t *vp)
285 vnode_t *mv
[all...]
H A Dnfs4_stub_vnops.c161 static int nfs4_trigger_open(vnode_t **, int, cred_t *, caller_context_t *);
162 static int nfs4_trigger_getattr(vnode_t *, struct vattr *, int, cred_t *,
164 static int nfs4_trigger_setattr(vnode_t *, struct vattr *, int, cred_t *,
166 static int nfs4_trigger_access(vnode_t *, int, int, cred_t *,
168 static int nfs4_trigger_readlink(vnode_t *, struct uio *, cred_t *,
170 static int nfs4_trigger_lookup(vnode_t *, char *, vnode_t **,
171 struct pathname *, int, vnode_t *, cred_t *, caller_context_t *,
173 static int nfs4_trigger_create(vnode_t *, char *, struct vattr *,
174 enum vcexcl, int, vnode_t **, cred_
[all...]
H A Dnfs_vnops.c89 static int nfs_rdwrlbn(vnode_t *, page_t *, u_offset_t, size_t, int,
91 static int nfswrite(vnode_t *, caddr_t, uint_t, int, cred_t *);
92 static int nfsread(vnode_t *, caddr_t, uint_t, int, size_t *, cred_t *);
93 static int nfssetattr(vnode_t *, struct vattr *, int, cred_t *);
94 static int nfslookup_dnlc(vnode_t *, char *, vnode_t **, cred_t *);
95 static int nfslookup_otw(vnode_t *, char *, vnode_t **, cred_t *, int);
96 static int nfsrename(vnode_t *, char *, vnode_t *, cha
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h189 vnode_t *nv_vp; /* (c) */
252 vnode_t *ns_vp;
499 extern int nlm_safemap(const vnode_t *);
500 extern int nlm_safelock(vnode_t *, const struct flock64 *, cred_t *);
501 extern int nlm_has_sleep(const vnode_t *);
504 int nlm_vp_active(const vnode_t *vp);
506 int nlm_vp_active(const vnode_t *);
586 struct nlm_vhold *nlm_vhold_get(struct nlm_host *, vnode_t *);
588 struct nlm_vhold *nlm_vhold_find_locked(struct nlm_host *, const vnode_t *);
603 void nlm_shres_track(struct nlm_host *, vnode_t *, struc
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dlm.h112 extern void lm_register_lock_locally(vnode_t *,
115 extern int lm_safelock(vnode_t *, const struct flock64 *,
117 extern int lm_safemap(const vnode_t *);
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c77 nm_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct)
163 nm_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp,
192 nm_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp,
199 nm_write(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp,
206 nm_ioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, int *rvalp,
218 nm_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp,
264 vnode_t *vp,
336 nm_access(vnode_t *vp, int mode, int flags, cred_t *crp,
358 nm_create(vnode_t *dvp, char *name, vattr_t *vap, enum vcexcl excl,
359 int mode, vnode_t **vp
[all...]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_cdir.c58 static ino64_t ctfs_cdir_do_inode(vnode_t *, int);
67 vnode_t *
68 ctfs_create_cdirnode(vnode_t *pvp, contract_t *ct)
70 vnode_t *vp;
99 vnode_t *vp,
125 ctfs_cdir_do_inode(vnode_t *vp, int index)
137 ctfs_cdir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *cct)
H A Dctfs_tmpl.c54 vnode_t *
55 ctfs_create_tmplnode(vnode_t *pvp)
57 vnode_t *vp;
77 ctfs_tmpl_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
91 vnode_t *vp,
117 vnode_t *vp,
179 ctfs_tmpl_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)
H A Dctfs_root.c96 static ino64_t ctfs_root_do_inode(vnode_t *, int);
217 ctfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr)
325 ctfs_root(vfs_t *vfsp, vnode_t **vpp)
327 vnode_t *vp;
378 ctfs_common_getattr(vnode_t *vp, vattr_t *vap)
399 ctfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
415 vnode_t *vp,
431 vnode_t *vp,
449 vnode_t *vp,
467 vnode_t *v
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c97 vnode_t *se_root;
127 static vnode_t *zfsctl_mknode_snapdir(vnode_t *);
128 static vnode_t *zfsctl_mknode_shares(vnode_t *);
129 static vnode_t *zfsctl_snapshot_mknode(vnode_t *, uint64_t objset);
192 zfsctl_is_node(vnode_t *vp)
208 zfsctl_root_inode_cb(vnode_t *vp, int index)
229 vnode_t *v
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h61 vnode_t *ex_vp;
102 vnode_t *ex_vp;
214 extern int gexec(vnode_t **vp, struct execa *uap, struct uarg *args,
224 extern int execmap(vnode_t *vp, caddr_t addr, size_t len, size_t zfodlen,
240 extern int elfexec(vnode_t *, execa_t *, uarg_t *, intpdata_t *, int,
242 extern int mapexec_brand(vnode_t *, uarg_t *, Ehdr *, Addr *,
247 extern int elf32exec(vnode_t *, execa_t *, uarg_t *, intpdata_t *, int,
249 extern int mapexec32_brand(vnode_t *, uarg_t *, Elf32_Ehdr *, Elf32_Addr *,
256 extern int core_seg(proc_t *, vnode_t *, offset_t, caddr_t,
259 extern int core_write(vnode_t *, enu
[all...]
H A Dconsole.h75 extern vnode_t *console_vnode;
H A Dvfs.h323 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \
325 int (*vfs_root)(vfs_t *, vnode_t **); \
328 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \
331 int (*vfs_vnstate)(vfs_t *, vnode_t *, vntrans_t) /* NB: No ";" */
340 extern int fsop_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
342 extern int fsop_root(vfs_t *, vnode_t **);
345 extern int fsop_vget(vfs_t *, vnode_t **, fid_t *);
349 extern int fsop_vnstate(vfs_t *, vnode_t *, vntrans_t);
466 void vn_exists(vnode_t *);
467 void vn_idle(vnode_t *);
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c148 fs_nosys_poll(vnode_t *vp,
175 fs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct)
185 fs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr,
196 fs_ioctl(vnode_t *vp, int com, intptr_t data, int flag, cred_t *cred,
207 fs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp)
214 fs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp)
223 fs_cmp(vnode_t *vp1, vnode_t *vp2, caller_context_t *ct)
233 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct)
243 fs_frlock(register vnode_t *v
[all...]
H A Dvnode.c94 extern void free_fopdata(vnode_t *);
166 extern void __dtrace_probe___fsinfo_##counter(vnode_t *, \
182 extern void __dtrace_probe___fsinfo_##counter(vnode_t *, \
831 vn_rele(vnode_t *vp)
851 vn_rele_dnlc(vnode_t *vp)
874 vn_rele_stream(vnode_t *vp)
889 vn_rele_inactive(vnode_t *vp)
905 vn_rele_async(vnode_t *vp, taskq_t *taskq)
1061 vnode_t *rvp;
1242 vnode_t *v
[all...]
H A Dgfs.c160 gfs_get_parent_ino(vnode_t *dvp, cred_t *cr, caller_context_t *ct,
163 vnode_t *parent;
418 gfs_lookup_dot(vnode_t **vpp, vnode_t *dvp, vnode_t *pvp, const char *nm)
456 vnode_t *
457 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops)
460 vnode_t *vp;
514 vnode_t *
515 gfs_dir_create(size_t struct_size, vnode_t *pv
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c217 smb_vop_open(vnode_t **vpp, int mode, cred_t *cred)
223 smb_vop_close(vnode_t *vp, int mode, cred_t *cred)
229 smb_vop_other_opens(vnode_t *vp, int mode)
253 smb_vop_read(vnode_t *vp, uio_t *uiop, cred_t *cr)
264 smb_vop_write(vnode_t *vp, uio_t *uiop, int ioflag, uint32_t *lcount,
305 smb_vop_getattr(vnode_t *vp, vnode_t *unnamed_vp, smb_attr_t *ret_attr,
309 vnode_t *use_vp;
448 smb_vop_setattr(vnode_t *vp, vnode_t *unnamed_v
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c121 * a portfop_vp_t is installed on the vnode_t's member v_fopdata. This gets
226 vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cr, int flag,
230 static int port_fop_link(femarg_t *vf, vnode_t *svp, char *tnm, cred_t *cr,
232 static int port_fop_rename(femarg_t *vf, char *snm, vnode_t *tdvp, char *tnm,
235 vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags,
237 static int port_fop_rmdir(femarg_t *vf, char *nm, vnode_t *cdir, cred_t *cr,
246 static int port_fop_vnevent(femarg_t *vf, vnevent_t vnevent, vnode_t *dvp,
499 port_fop_trimpfplist(vnode_t *vp)
504 vnode_t *tdvp;
553 port_fop_femuninstall(vnode_t *v
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c106 static int smbfslookup_cache(vnode_t *, char *, int, vnode_t **,
108 static int smbfslookup(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr,
110 static int smbfsrename(vnode_t *odvp, char *onm, vnode_t *ndvp, char *nnm,
112 static int smbfssetattr(vnode_t *, struct vattr *, int, cred_t *);
114 static int smbfs_readvdir(vnode_t *vp, uio_t *uio, cred_t *cr, int *eofp,
131 static int smbfs_open(vnode_t **, int, cred_t *, caller_context_t *);
132 static int smbfs_close(vnode_t *, in
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dpvn.h70 int (*putapage)(vnode_t *, struct page *, u_offset_t *,
73 void pvn_vplist_setdirty(vnode_t *vp, int (*page_check)(page_t *));
77 int (*getpage)(vnode_t *, u_offset_t, size_t, uint_t *,
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c80 vnode_t **dirvpp, /* ptr for parent vnode */
81 vnode_t **compvpp, /* ptr for entry vnode */
82 vnode_t *rootvp, /* rootvp */
83 vnode_t *vp, /* directory to start search at */
86 vnode_t *cvp; /* current component vp */
87 vnode_t *tvp; /* addressable temp ptr */
94 vnode_t *startvp;
493 traverse(vnode_t **cvpp)
496 vnode_t *cvp;
497 vnode_t *tv
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dchdir.c65 static int chdirec(vnode_t *, int ischroot, int do_traverse);
70 vnode_t *vp;
96 vnode_t *vp;
117 vnode_t *vp;
146 vnode_t *vp;
162 chdirec(vnode_t *vp, int ischroot, int do_traverse)
165 vnode_t *oldvp;
167 vnode_t **vpp;
197 vnode_t *zonevp = curproc->p_zone->zone_rootvp;

Completed in 152 milliseconds

1234567891011>>