Searched refs:vnode_t (Results 26 - 50 of 410) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbnode.d47 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
57 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
68 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
77 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
86 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
95 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
105 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path);
114 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg1)->vp)->v_path);
123 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg1)->vp)->v_path);
/illumos-gate/usr/src/uts/common/sys/
H A Dshare.h73 extern int shr_has_remote_shares(vnode_t *, int32_t);
74 extern int proc_has_nbmand_share_on_vp(vnode_t *, pid_t);
H A Ddnlc.h178 extern vnode_t negative_cache_vnode;
182 void dnlc_enter(vnode_t *, const char *, vnode_t *);
183 void dnlc_update(vnode_t *, const char *, vnode_t *);
184 vnode_t *dnlc_lookup(vnode_t *, const char *);
186 void dnlc_purge_vp(vnode_t *);
188 void dnlc_remove(vnode_t *, const char *);
190 vnode_t *dnlc_reverse_looku
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_node.h70 extern vnode_t *makelonode(vnode_t *, struct loinfo *, int);
H A Dufs_filio.h101 extern int ufs_fiologenable(vnode_t *, fiolog_t *, cred_t *, int);
102 extern int ufs_fiologdisable(vnode_t *, fiolog_t *, cred_t *, int);
103 extern int ufs_fioislog(vnode_t *, uint32_t *, cred_t *, int);
104 extern int ufs_fio_holey(vnode_t *, int, offset_t *);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c44 * vncache_avl ::walk avl |::print -s1 vnode_t
84 vn_recycle(vnode_t *vp)
110 vn_reinit(vnode_t *vp)
122 vnode_t *
125 vnode_t *vp;
137 vn_free(vnode_t *vp)
160 const vnode_t *vp1, *vp2;
177 vnode_t *
180 vnode_t tmp_vn;
181 vnode_t *v
[all...]
H A Dfake_vop.c50 int fop__getxvattr(vnode_t *, xvattr_t *);
51 int fop__setxvattr(vnode_t *, xvattr_t *);
57 vnode_t **vpp,
78 vnode_t *vp,
108 vnode_t *vp,
163 vnode_t *vp,
209 vnode_t *vp,
223 vnode_t *vp,
236 vnode_t *vp,
258 vnode_t *v
[all...]
H A Dfake_vnode.c41 vn_compare(vnode_t *vp1, vnode_t *vp2)
43 vnode_t *realvp;
54 vn_mountedvfs(vnode_t *vp)
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c59 static int ctfs_tdir_do_readdir(vnode_t *, void *, int *, offset_t *,
61 static int ctfs_tdir_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
63 static ino64_t ctfs_tdir_do_inode(vnode_t *, int);
68 vnode_t *
69 ctfs_create_tdirnode(vnode_t *pvp)
82 vnode_t *vp,
103 ctfs_tdir_do_inode(vnode_t *vp, int index)
110 ctfs_tdir_do_readdir(vnode_t *vp, void *dp, int *eofp,
138 ctfs_tdir_do_lookup(vnode_t *v
[all...]
H A Dctfs_event.c167 vnode_t *
168 ctfs_create_evnode(vnode_t *pvp)
170 vnode_t *vp;
195 vnode_t *vp,
222 ctfs_ev_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *cct)
243 ctfs_ev_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)
246 vnode_t *pvp = gfs_file_parent(vp);
267 vnode_t *vp,
295 vnode_t *vp,
315 vnode_t *v
[all...]
H A Dctfs_all.c51 static int ctfs_adir_do_readdir(vnode_t *, void *, int *, offset_t *,
53 static int ctfs_adir_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
60 vnode_t *
61 ctfs_create_adirnode(vnode_t *pvp)
63 vnode_t *vp = gfs_dir_create(sizeof (ctfs_adirnode_t), pvp,
76 vnode_t *vp,
100 ctfs_adir_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop,
123 ctfs_adir_do_readdir(vnode_t *v
[all...]
H A Dctfs_sym.c56 vnode_t *
57 ctfs_create_symnode(vnode_t *pvp, contract_t *ct)
60 vnode_t *vp;
85 vnode_t *vp,
112 ctfs_sym_readlink(vnode_t *vp, uio_t *uiop, cred_t *cr, caller_context_t *ct)
125 ctfs_sym_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)
H A Dctfs_ctl.c58 vnode_t *
59 ctfs_create_ctlnode(vnode_t *pvp)
63 vnode_t *vp;
85 vnode_t *vp,
116 ctfs_ctl_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
130 ctfs_ctl_common_getattr(vnode_t *vp, vattr_t *vap)
152 ctfs_ctl_getattr(vnode_t *vp, vattr_t *vap, int flags,
165 ctfs_stat_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr,
181 vnode_t *vp,
248 vnode_t *
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h161 vnode_t *vp;
684 vnode_t *lr_vp;
685 vnode_t *lr_dvp;
1491 extern int nfs4_async_readahead(vnode_t *, u_offset_t, caddr_t,
1493 void (*)(vnode_t *, u_offset_t,
1495 extern int nfs4_async_putapage(vnode_t *, page_t *, u_offset_t, size_t,
1496 int, cred_t *, int (*)(vnode_t *, page_t *,
1498 extern int nfs4_async_pageio(vnode_t *, page_t *, u_offset_t, size_t,
1499 int, cred_t *, int (*)(vnode_t *, page_t *,
1501 extern void nfs4_async_commit(vnode_t *, page_
[all...]
H A Drnode4.h123 vnode_t *sv_r_vnode; /* vnode for this shadow */
130 extern svnode_t *vtosv(vnode_t *);
220 * vnode_t::v_lock > r_os_lock
248 vnode_t *r_unldvp; /* parent dir of unlinked file */
249 vnode_t *r_xattr_dir; /* cached xattr dir vnode */
265 (vnode_t *, page_t *, u_offset_t *, size_t *, int, cred_t *);
383 vnode_t *re_vp; /* held reference */
413 extern vnode_t *makenfs4node(nfs4_sharedfh_t *, nfs4_ga_res_t *, struct vfs *,
414 hrtime_t, cred_t *, vnode_t *, nfs4_fname_t *);
415 extern vnode_t *makenfs4node_by_f
[all...]
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_common.c39 objfs_dir_open(vnode_t **cpp, int flag, cred_t *cr,
53 objfs_common_close(vnode_t *vp, int flag, int count, offset_t off, cred_t *cr,
64 objfs_dir_access(vnode_t *vp, int mode, int flags, cred_t *cr,
77 objfs_common_getattr(vnode_t *vp, vattr_t *vap)
H A Dobjfs_root.c41 static int objfs_root_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
43 static int objfs_root_do_readdir(vnode_t *, void *, int *,
46 vnode_t *
49 vnode_t *vp = gfs_root_create(sizeof (objfs_rootnode_t), vfsp,
58 objfs_root_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr,
74 objfs_root_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop,
108 objfs_root_do_readdir(vnode_t *vp, void *dp, int *eofp,
158 objfs_root_readdir(vnode_t *v
[all...]
H A Dobjfs_odir.c44 objfs_odir_do_inode(vnode_t *vp, int index)
51 vnode_t *
52 objfs_create_odirnode(vnode_t *pvp, struct modctl *mp)
54 vnode_t *vp = gfs_dir_create(sizeof (objfs_odirnode_t), pvp,
66 objfs_odir_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr,
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncaio.h54 vnode_t *sfv_vp;
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c50 lo_open(vnode_t **vpp, int flag, struct cred *cr, caller_context_t *ct)
52 vnode_t *vp = *vpp;
53 vnode_t *rvp;
54 vnode_t *oldvp;
84 vnode_t *svp;
104 vnode_t *vp,
119 lo_read(vnode_t *vp, struct uio *uiop, int ioflag, struct cred *cr,
130 lo_write(vnode_t *vp, struct uio *uiop, int ioflag, struct cred *cr,
142 vnode_t *vp,
158 lo_setfl(vnode_t *v
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h210 int smbfs_0extend(vnode_t *vp, uint16_t fid, len_t from, len_t to,
250 void smbfs_attrcache_fa(vnode_t *vp, struct smbfattr *fap);
268 int smbfs_nget(vnode_t *dvp, const char *name, int nmlen,
269 struct smbfattr *fap, vnode_t **vpp);
275 int smbfs_readvnode(vnode_t *, uio_t *, cred_t *, struct vattr *);
276 int smbfs_writevnode(vnode_t *vp, uio_t *uiop, cred_t *cr,
278 int smbfsgetattr(vnode_t *vp, struct vattr *vap, cred_t *cr);
281 int smbfs_acl_getids(vnode_t *, cred_t *);
282 int smbfs_acl_setids(vnode_t *, vattr_t *, cred_t *);
283 int smbfs_acl_getvsa(vnode_t *, vsecattr_
[all...]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c53 static int auto_open(vnode_t **, int, cred_t *, caller_context_t *);
54 static int auto_close(vnode_t *, int, int, offset_t, cred_t *,
56 static int auto_getattr(vnode_t *, vattr_t *, int, cred_t *,
58 static int auto_setattr(vnode_t *, vattr_t *, int, cred_t *,
60 static int auto_access(vnode_t *, int, int, cred_t *, caller_context_t *);
61 static int auto_lookup(vnode_t *, char *, vnode_t **,
62 pathname_t *, int, vnode_t *, cred_t *, caller_context_t *, int *,
64 static int auto_create(vnode_t *, char *, vattr_t *, vcexcl_t,
65 int, vnode_t **, cred_
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c134 vnode_t *xattr_realvp;
139 xattr_file_open(vnode_t **vpp, int flags, cred_t *cr, caller_context_t *ct)
151 xattr_file_access(vnode_t *vp, int mode, int flags, cred_t *cr,
164 xattr_file_close(vnode_t *vp, int flags, int count, offset_t off,
173 xattr_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct)
176 vnode_t *pvp, *savevp;
211 xattr_fill_nvlist(vnode_t *vp, xattr_view_t xattr_view, nvlist_t *nvlp,
219 vnode_t *ppvp;
458 xattr_file_size(vnode_t *vp, xattr_view_t xattr_view, size_t *size,
479 xattr_file_getattr(vnode_t *v
[all...]
H A Dlookup.c69 vnode_t **dirvpp,
70 vnode_t **compvpp)
85 vnode_t **dirvpp, /* ret for ptr to parent dir vnode */
86 vnode_t **compvpp, /* ret for ptr to component vnode */
87 vnode_t *startvp, /* start path search from vp */
115 vnode_t **dirvpp, vnode_t **compvpp, vnode_t *startvp)
126 vnode_t **dirvpp,
127 vnode_t **compvp
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d59 extern vnode_t e21;

Completed in 112 milliseconds

1234567891011>>