/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vnode.c | 82 #define ISROFILE(vp) \ argument 86 #define VOPSTATS_UPDATE(vp, counter) ((void)vp) argument 87 #define VOPSTATS_UPDATE_IO(vp, counter, bytecounter, bytesval) \ argument 89 #define VOPXID_MAP_CR(vp, cr) ((void)vp) argument 317 struct vnode *vp, in vn_rdwr() 399 vn_rele(vnode_t *vp) in vn_rele() 459 vn_vfswlock_wait(vnode_t *vp) in vn_vfswlock_wait() 470 vn_vfsrlock_wait(vnode_t *vp) in vn_vfsrlock_wait() 485 vn_vfswlock(vnode_t *vp) in vn_vfswlock() 498 vn_vfsrlock(vnode_t *vp) in vn_vfsrlock() [all …]
|
H A D | fake_fssub.c | 101 fs_nosys_map(struct vnode *vp, offset_t off, struct as *as, caddr_t *addrp, in fs_nosys_map() argument 110 fs_nosys_addmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr, in fs_nosys_addmap() argument 119 fs_nosys_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in fs_nosys_poll() argument 142 fs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) in fs_fsync() argument 152 fs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in fs_putpage() argument 163 fs_ioctl(vnode_t *vp, int com, intptr_t data, int flag, cred_t *cred, in fs_ioctl() argument 174 fs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) in fs_rwlock() argument 181 fs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) in fs_rwunlock() argument 200 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument 210 fs_frlock(vnode_t *vp, in argument 221 fs_setfl(vnode_t * vp,int oflags,int nflags,cred_t * cr,caller_context_t * ct) fs_setfl() argument 234 fs_poll(vnode_t * vp,short events,int anyyet,short * reventsp,struct pollhead ** phpp,caller_context_t * ct) fs_poll() argument 263 fs_pathconf(vnode_t * vp,int cmd,ulong_t * valp,cred_t * cr,caller_context_t * ct) fs_pathconf() argument 275 fs_dispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_dispose() argument 282 fs_nodispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_nodispose() argument 293 fs_fab_acl(vnode_t * vp,vsecattr_t * vsecattr,int flag,cred_t * cr,caller_context_t * ct) fs_fab_acl() argument 328 fs_shrlock(struct vnode * vp,int cmd,struct shrlock * shr,int flag,cred_t * cr,caller_context_t * ct) fs_shrlock() argument 336 fs_vnevent_nosupport(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_nosupport() argument 345 fs_vnevent_support(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_support() argument 375 cleanlocks(vnode_t * vp,pid_t pid,int sysid) cleanlocks() argument 381 cleanshares(struct vnode * vp,pid_t pid) cleanshares() argument 390 convoff(struct vnode * vp,struct flock64 * lckdat,int whence,offset_t offset) convoff() argument [all...] |
H A D | fake_nbmlock.c | 49 nbl_start_crit(vnode_t *vp, krw_t mode) in nbl_start_crit() 59 nbl_end_crit(vnode_t *vp) in nbl_end_crit() 70 nbl_in_crit(vnode_t *vp) in nbl_in_crit() 80 nbl_need_check(vnode_t *vp) in nbl_need_check() 92 nbl_conflict(vnode_t *vp, in nbl_conflict() 112 nbl_svmand(vnode_t *vp, cred_t *cr, int *svp) in nbl_svmand()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 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() [all …]
|
H A D | nbmlock.c | 46 nbl_start_crit(vnode_t *vp, krw_t mode) in nbl_start_crit() 56 nbl_end_crit(vnode_t *vp) in nbl_end_crit() 67 nbl_in_crit(vnode_t *vp) in nbl_in_crit() 77 nbl_need_check(vnode_t *vp) in nbl_need_check() 102 nbl_conflict(vnode_t *vp, in nbl_conflict() 135 nbl_svmand(vnode_t *vp, cred_t *cr, int *svp) in nbl_svmand()
|
H A D | fs_subr.c | 131 fs_nosys_map(struct vnode *vp, offset_t off, struct as *as, caddr_t *addrp, in fs_nosys_map() argument 140 fs_nosys_addmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr, in fs_nosys_addmap() argument 149 fs_nosys_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in fs_nosys_poll() argument 182 fs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) in fs_fsync() argument 192 fs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in fs_putpage() argument 203 fs_ioctl(vnode_t *vp, int com, intptr_t data, int flag, cred_t *cred, in fs_ioctl() argument 214 fs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) in fs_rwlock() argument 221 fs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) in fs_rwunlock() argument 240 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument 250 fs_frlock(vnode_t *vp, in argument 412 vnode_t *vp = (vnode_t *)infop; frlock_serialize_blocked() local 428 fs_setfl(vnode_t * vp,int oflags,int nflags,cred_t * cr,caller_context_t * ct) fs_setfl() argument 451 fs_poll(vnode_t * vp,short events,int anyyet,short * reventsp,struct pollhead ** phpp,caller_context_t * ct) fs_poll() argument 484 fs_pathconf(vnode_t * vp,int cmd,ulong_t * valp,cred_t * cr,caller_context_t * ct) fs_pathconf() argument 587 fs_dispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_dispose() argument 601 fs_nodispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_nodispose() argument 612 fs_fab_acl(vnode_t * vp,vsecattr_t * vsecattr,int flag,cred_t * cr,caller_context_t * ct) fs_fab_acl() argument 669 fs_shrlock(struct vnode * vp,int cmd,struct shrlock * shr,int flag,cred_t * cr,caller_context_t * ct) fs_shrlock() argument 734 fs_vnevent_nosupport(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_nosupport() argument 743 fs_vnevent_support(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_support() argument 761 fs_acl_nontrivial(vnode_t * vp,cred_t * cr) fs_acl_nontrivial() argument 859 fs_vscan(vnode_t * vp,cred_t * cr,int async) fs_vscan() argument 879 reparse_vnode_parse(vnode_t * vp,nvlist_t * nvl) reparse_vnode_parse() argument [all...] |
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_nblk.c | 49 nbl_start_crit(vnode_t *vp, krw_t mode) in nbl_start_crit() 59 nbl_end_crit(vnode_t *vp) in nbl_end_crit() 70 nbl_in_crit(vnode_t *vp) in nbl_in_crit() 81 nbl_need_check(vnode_t *vp) in nbl_need_check() 107 nbl_conflict(vnode_t *vp, in nbl_conflict() 140 nbl_svmand(vnode_t *vp, cred_t *cr, int *svp) in nbl_svmand() 159 nbl_share_conflict(vnode_t *vp, nbl_op_t op, caller_context_t *ct) in nbl_share_conflict() 169 nbl_lock_conflict(vnode_t *vp, nbl_op_t op, u_offset_t offset, in nbl_lock_conflict()
|
H A D | fake_vop.c | 94 vnode_t *vp, in fop_close() 124 vnode_t *vp, in fop_read() 220 vnode_t *vp, in fop_write() 267 vnode_t *vp, in fop_ioctl() 304 vnode_t *vp, in fop_setfl() 317 vnode_t *vp, in fop_getattr() 340 vnode_t *vp, in fop_setattr() 387 vnode_t *vp, in fop_access() 409 vnode_t *vp; in fake_lookup_xattrdir() local 493 vnode_t *vp; in fop_lookup() local [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | share.c | 60 add_share(struct vnode *vp, struct shrlock *shr) in add_share() 304 del_share(struct vnode *vp, struct shrlock *shr) in del_share() 354 cleanshares(struct vnode *vp, pid_t pid) in cleanshares() 364 cleanshares_by_sysid(struct vnode *vp, int32_t sysid) in cleanshares_by_sysid() 380 do_cleanshares(struct vnode *vp, pid_t pid, int32_t sysid) in do_cleanshares() 435 shr_has_remote_shares(vnode_t *vp, int32_t sysid) in shr_has_remote_shares() 455 isreadonly(struct vnode *vp) in isreadonly() 463 print_shares(struct vnode *vp) in print_shares() 561 nbl_share_conflict(vnode_t *vp, nbl_op_t op, caller_context_t *ct) in nbl_share_conflict() 641 proc_has_nbmand_share_on_vp(vnode_t *vp, pid_t pid) in proc_has_nbmand_share_on_vp()
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 52 vnode_t *vp = *vpp; in lo_open() local 104 vnode_t *vp, in lo_close() 119 lo_read(vnode_t *vp, struct uio *uiop, int ioflag, struct cred *cr, in lo_read() 130 lo_write(vnode_t *vp, struct uio *uiop, int ioflag, struct cred *cr, in lo_write() 142 vnode_t *vp, in lo_ioctl() 158 lo_setfl(vnode_t *vp, int oflags, int nflags, cred_t *cr, caller_context_t *ct) in lo_setfl() 166 vnode_t *vp, in lo_getattr() 185 vnode_t *vp, in lo_setattr() 200 vnode_t *vp, in lo_access() 218 lo_fsync(vnode_t *vp, int syncflag, struct cred *cr, caller_context_t *ct) in lo_fsync() [all …]
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 109 struct vnode *vp = NMTOV(newnamep); in nm_open() local 164 nm_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp, in nm_close() 193 nm_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, in nm_read() 200 nm_write(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, in nm_write() 207 nm_ioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, int *rvalp, in nm_ioctl() 219 nm_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp, in nm_getattr() 264 nm_setattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp, in nm_setattr() 333 nm_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct) in nm_access() 375 nm_link(vnode_t *tdvp, vnode_t *vp, char *tnm, cred_t *crp, in nm_link() 382 nm_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in nm_fsync() [all …]
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 122 struct vnode *vp = *vpp; in socket_vop_open() local 138 socket_vop_close(struct vnode *vp, int flag, int count, offset_t offset, in socket_vop_close() 174 socket_vop_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, in socket_vop_read() 188 socket_vop_write(struct vnode *vp, struct uio *uiop, int ioflag, in socket_vop_write() 209 socket_vop_ioctl(struct vnode *vp, int cmd, intptr_t arg, int mode, in socket_vop_ioctl() 225 socket_vop_setfl(vnode_t *vp, int oflags, int nflags, cred_t *cr, in socket_vop_setfl() 282 socket_vop_getattr(struct vnode *vp, struct vattr *vap, int flags, in socket_vop_getattr() 377 socket_vop_setattr(struct vnode *vp, struct vattr *vap, int flags, in socket_vop_setattr() 411 socket_vop_access(struct vnode *vp, int mode, int flags, struct cred *cr, in socket_vop_access() 432 socket_vop_fsync(struct vnode *vp, int syncflag, struct cred *cr, in socket_vop_fsync() [all …]
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exp.c | 100 exp(tchar ***vp) in exp() 110 exp0(tchar ***vp, bool ignore) in exp0() 134 exp1(tchar ***vp, bool ignore) in exp1() 158 exp2(tchar ***vp, bool ignore) in exp2() 182 exp2a(tchar ***vp, bool ignore) in exp2a() 206 exp2b(tchar ***vp, bool ignore) in exp2b() 230 exp2c(tchar ***vp, bool ignore) in exp2c() 277 exp3(tchar ***vp, bool ignore) in exp3() 322 exp3a(tchar ***vp, bool ignore) in exp3a() 353 exp4(tchar ***vp, bool ignore) in exp4() [all …]
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 178 tsol_fifo_access(vnode_t *vp, int flag, cred_t *crp) in tsol_fifo_access() 226 vnode_t *vp = *vpp; in fifo_open() local 439 fifo_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp, in fifo_close() 660 fifo_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *crp, in fifo_read() 845 fifo_write(vnode_t *vp, uio_t *uiop, int ioflag, cred_t *crp, in fifo_write() 1117 fifo_ioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, in fifo_ioctl() 1147 fifo_fastioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, in fifo_fastioctl() 1409 fifo_strioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, in fifo_strioctl() 1455 fifo_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp, in fifo_getattr() 1526 fifo_setattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp, in fifo_setattr() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 59 vnode_t *vp; in kstr_open() local 84 kstr_plink(vnode_t *vp, int fd, int *mux_id) in kstr_plink() 97 kstr_unplink(vnode_t *vp, int mux_id) in kstr_unplink() 106 kstr_push(vnode_t *vp, char *mod) in kstr_push() 114 kstr_pop(vnode_t *vp) in kstr_pop() 122 kstr_close(vnode_t *vp, int fd) in kstr_close() 143 kstr_ioctl(struct vnode *vp, int cmd, intptr_t arg) in kstr_ioctl() 156 kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo) in kstr_msg()
|
/illumos-gate/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 112 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) & (DCTABLESIZE - 1)) argument 114 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) % DTABLESIZEC) argument 254 dc_close(struct vnode *vp, int flag, int count, offset_t off, in dc_close() 264 dc_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, in dc_read() 309 dc_getattr(struct vnode *vp, struct vattr *vap, int flags, in dc_getattr() 324 dc_setattr(struct vnode *vp, struct vattr *vap, int flags, cred_t *cred, in dc_setattr() 334 dc_access(struct vnode *vp, int mode, int flags, in dc_access() 345 dc_fsync(vnode_t *vp, int syncflag, cred_t *cred, caller_context_t *ctp) in dc_fsync() 352 dc_inactive(struct vnode *vp, cred_t *cr, caller_context_t *ctp) in dc_inactive() 377 dc_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ctp) in dc_fid() [all …]
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 89 struct vnode *vp; in specvp_devfs() local 114 struct vnode *vp, in specvp() 282 spec_assoc_fence(dev_info_t *ndip, vnode_t *vp) in spec_assoc_fence() 342 spec_assoc_vp_with_devi(struct vnode *vp, dev_info_t *dip) in spec_assoc_vp_with_devi() 387 spec_hold_devi_by_vp(struct vnode *vp) in spec_hold_devi_by_vp() 486 struct vnode *vp; in spec_devi_open_count() local 518 common_specvp(struct vnode *vp) in common_specvp() 687 struct vnode *vp) in sfind() 745 spec_maxoffset(struct vnode *vp) in spec_maxoffset() 766 struct vnode *vp; in snode_constructor() local [all …]
|
/illumos-gate/usr/src/uts/common/fs/doorfs/ |
H A D | door_vnops.c | 104 door_close(struct vnode *vp, int flag, int count, offset_t offset, in door_close() 143 door_getattr(struct vnode *vp, struct vattr *vap, int flags, struct cred *cr, in door_getattr() 171 door_inactive(struct vnode *vp, struct cred *cr, caller_context_t *ct) in door_inactive() 209 vnode_t *vp = DTOV(dp); in door_bind_thread() local 220 vnode_t *vp = DTOV(dp); in door_unbind_thread() local 238 door_access(struct vnode *vp, int mode, int flags, struct cred *cr, in door_access() 246 door_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in door_realvp()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 90 devfs_close(struct vnode *vp, int flag, int count, in devfs_close() argument 109 devfs_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cred, in devfs_read() argument 124 devfs_write(struct vnode *vp, struc argument 139 devfs_ioctl(struct vnode * vp,int cmd,intptr_t arg,int flag,struct cred * cred,int * rvalp,caller_context_t * ct) devfs_ioctl() argument 162 devfs_getattr(struct vnode * vp,struct vattr * vap,int flags,struct cred * cr,caller_context_t * ct) devfs_getattr() argument 221 devfs_setattr_dir(struct dv_node * dv,struct vnode * vp,struct vattr * vap,int flags,struct cred * cr) devfs_setattr_dir() argument 340 devfs_setattr(struct vnode * vp,struct vattr * vap,int flags,struct cred * cr,caller_context_t * ct) devfs_setattr() argument 588 devfs_pathconf(vnode_t * vp,int cmd,ulong_t * valp,cred_t * cr,caller_context_t * ct) devfs_pathconf() argument 614 devfs_getsecattr(struct vnode * vp,struct vsecattr * vsap,int flags,struct cred * cr,caller_context_t * ct) devfs_getsecattr() argument 648 devfs_setsecattr(struct vnode * vp,struct vsecattr * vsap,int flags,struct cred * cr,caller_context_t * ct) devfs_setsecattr() argument 728 devfs_access(struct vnode * vp,int mode,int flags,struct cred * cr,caller_context_t * ct) devfs_access() argument 835 struct vnode *vp; devfs_create() local 1037 devfs_fsync(struct vnode * vp,int syncflag,struct cred * cred,caller_context_t * ct) devfs_fsync() argument 1058 devfs_inactive(struct vnode * vp,struct cred * cred,caller_context_t * ct) devfs_inactive() argument 1081 devfs_fid(struct vnode * vp,struct fid * fidp,caller_context_t * ct) devfs_fid() argument 1109 devfs_rwlock(struct vnode * vp,int write_flag,caller_context_t * ct) devfs_rwlock() argument 1118 devfs_rwunlock(struct vnode * vp,int write_flag,caller_context_t * ct) devfs_rwunlock() argument 1130 devfs_seek(struct vnode * vp,offset_t ooff,offset_t * noffp,caller_context_t * ct) devfs_seek() argument [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 114 nfs_waitfor_purge_complete(vnode_t *vp) in nfs_waitfor_purge_complete() 147 nfs_validate_caches(vnode_t *vp, cred_t *cr) in nfs_validate_caches() 174 nfs3_validate_caches(vnode_t *vp, cred_t *cr) in nfs3_validate_caches() 194 nfs_purge_caches(vnode_t *vp, int purge_dnlc, cred_t *cr) in nfs_purge_caches() 260 nfs_purge_rddir_cache(vnode_t *vp) in nfs_purge_rddir_cache() 288 nfs3_cache_post_op_attr(vnode_t *vp, post_op_attr *poap, hrtime_t t, cred_t *cr) in nfs3_cache_post_op_attr() 303 nfs3_cache_post_op_vattr(vnode_t *vp, post_op_vattr *poap, hrtime_t t, in nfs3_cache_post_op_vattr() 346 nfs3_cache_wcc_data(vnode_t *vp, wcc_data *wccp, hrtime_t t, cred_t *cr) in nfs3_cache_wcc_data() 380 nfs_attrcache(vnode_t *vp, struct nfsfattr *na, hrtime_t t) in nfs_attrcache() 406 nfs3_attrcache(vnode_t *vp, fattr3 *na, hrtime_t t) in nfs3_attrcache() [all …]
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 350 sdev_close(struct vnode *vp, int flag, int count, in sdev_close() 374 sdev_read(struct vnode *vp, struct uio *uio, int ioflag, struct cred *cred, in sdev_read() 401 sdev_write(struct vnode *vp, struct uio *uio, int ioflag, struct cred *cred, in sdev_write() 432 sdev_ioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, in sdev_ioctl() 449 sdev_getattr(struct vnode *vp, struct vattr *vap, int flags, in sdev_getattr() 482 sdev_setattr(struct vnode *vp, struct vattr *vap, int flags, in sdev_setattr() 489 sdev_getsecattr(struct vnode *vp, struct vsecattr *vsap, int flags, in sdev_getsecattr() 514 sdev_setsecattr(struct vnode *vp, struct vsecattr *vsap, int flags, in sdev_setsecattr() 600 sdev_access(struct vnode *vp, int mode, int flags, struct cred *cr, in sdev_access() 643 struct vnode *vp = NULL; in sdev_create() local [all …]
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 169 vnode_t *vp; in ctfs_create_evnode() local 194 vnode_t *vp, in ctfs_ev_access() 242 ctfs_ev_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in ctfs_ev_inactive() 266 vnode_t *vp, in ctfs_ev_getattr() 294 vnode_t *vp, in ctfs_ev_ioctl() 314 vnode_t *vp, in ctfs_ev_poll() 349 vnode_t *vp; in ctfs_create_pbundle() local 369 vnode_t *vp; in ctfs_create_bundle() local 403 ctfs_bu_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in ctfs_bu_inactive() 425 vnode_t *vp, in ctfs_bu_getattr() [all …]
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 89 struct vnode *vp, /* any file on the fs */ in ufs_fioio() 216 struct vnode *vp, /* file's vnode */ in ufs_fiosatime() 282 struct vnode *vp, /* file's vnode */ in ufs_fiogdio() 307 struct vnode *vp, /* file's vnode */ in ufs_fiosdio() 505 ufs_fioisbusy(struct vnode *vp, int *isbusy, struct cred *cr) in ufs_fioisbusy() 534 ufs_fiodirectio(struct vnode *vp, int cmd, struct cred *cr) in ufs_fiodirectio() 560 ufs_fiotune(struct vnode *vp, struct fiotune *uftp, struct cred *cr) in ufs_fiotune() 631 ufs_fio_holey(vnode_t *vp, int cmd, offset_t *off) in ufs_fio_holey() 691 ufs_mark_compressed(struct vnode *vp) in ufs_mark_compressed()
|
/illumos-gate/usr/src/cmd/vscan/vscanadm/ |
H A D | vscanadm.c | 315 vs_props_t vp; in vs_adm_get() local 364 vs_props_t vp; in vs_adm_set() local 577 vs_props_t vp; in vs_adm_import() local 607 vs_props_t vp; in vs_adm_validate() local 635 vs_props_t vp; in vs_adm_export() local 981 void *vp) in vs_adm_parse() 994 vs_adm_parse_maxsize(const char *valstr, void *vp) in vs_adm_parse_maxsize() 1022 vs_adm_parse_maxsize_action(const char *valstr, void *vp) in vs_adm_parse_maxsize_action() 1047 vs_adm_parse_types(const char *valstr, void *vp) in vs_adm_parse_types() 1072 vs_adm_parse_enable(const char *valstr, void *vp) in vs_adm_parse_enable() [all …]
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vnops.c | 51 bootfs_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, in bootfs_close() 59 bootfs_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *cr, in bootfs_read() 129 bootfs_ioctl(vnode_t *vp, int cmd, intptr_t data, int flag, in bootfs_ioctl() 137 bootfs_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, in bootfs_getattr() 151 bootfs_access(vnode_t *vp, int mode, int flags, cred_t *cr, in bootfs_access() 207 bootfs_readdir(vnode_t *vp, struct uio *uiop, cred_t *cr, int *eofp, in bootfs_readdir() 329 bootfs_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in bootfs_inactive() 335 bootfs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ct) in bootfs_rwlock() 344 bootfs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ct) in bootfs_rwunlock() 350 bootfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, in bootfs_seek() [all …]
|