/dflybsd-src/sys/kern/ |
H A D | vfs_lock.c | 91 #define VLIST_HASH(vp) (((uintptr_t)vp ^ VLIST_XOR) % \ argument 148 _vsetflags(struct vnode *vp, int flags) in _vsetflags() 155 _vclrflags(struct vnode *vp, int flags) in _vclrflags() 161 vsetflags(struct vnode *vp, int flags) in vsetflags() 167 vclrflags(struct vnode *vp, int flags) in vclrflags() 179 _vactivate(struct vnode *vp) in _vactivate() 216 _vinactive(struct vnode *vp) in _vinactive() 267 vref(struct vnode *vp) in vref() 275 vref_special(struct vnode *vp) in vref_special() 345 vrele(struct vnode *vp) in vrele() [all …]
|
H A D | vfs_vnops.c | 105 struct vnode *vp; in vn_open() local 417 struct vnode *vp; in vn_opendisk() local 445 vn_writechk(struct vnode *vp) in vn_writechk() 487 vn_close(struct vnode *vp, int flags, struct file *fp) in vn_close() 628 vn_rdwr(enum uio_rw rw, struct vnode *vp, caddr_t base, int len, in vn_rdwr() 673 vn_rdwr_inchunks(enum uio_rw rw, struct vnode *vp, caddr_t base, int len, in vn_rdwr_inchunks() 725 struct vnode *vp; in vn_read() local 762 struct vnode *vp; in vn_write() local 815 struct vnode *vp; in vn_statfile() local 827 vn_stat(struct vnode *vp, struct stat *sb, struct ucred *cred) in vn_stat() [all …]
|
H A D | vfs_subr.c | 305 struct vnode *vp; member 313 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() 469 struct vnode *vp; member 475 vtruncbuf(struct vnode *vp, off_t length, int blksize) in vtruncbuf() 668 struct vnode *vp; member 680 vfsync(struct vnode *vp, int waitfor, int passes, in vfsync() 793 vfsync_wait_output(struct vnode *vp, in vfsync_wait_output() 840 struct vnode *vp = info->vp; in vfsync_bp() local 964 bgetvp(struct vnode *vp, struct buf *bp, int testsize) in bgetvp() 1030 struct vnode *vp; in brelvp() local [all …]
|
H A D | vfs_sync.c | 195 vn_syncer_add(struct vnode *vp, int delay) in vn_syncer_add() 232 vn_syncer_remove(struct vnode *vp, int force) in vn_syncer_remove() 257 vclrisdirty(struct vnode *vp) in vclrisdirty() 265 vclrobjdirty(struct vnode *vp) in vclrobjdirty() 276 vsetisdirty(struct vnode *vp) in vsetisdirty() 291 vsetobjdirty(struct vnode *vp) in vsetobjdirty() 369 struct vnode *vp; in syncer_thread() local 517 struct vnode *vp; in vn_syncer_one() local 648 struct vnode *vp; in vfs_allocate_syncvnode() local 770 struct vnode *vp = ap->a_vp; in sync_reclaim() local [all …]
|
H A D | kern_acl.c | 67 vacl_set_acl(struct vnode *vp, acl_type_t type, struct acl *aclp) in vacl_set_acl() 89 vacl_get_acl(struct vnode *vp, acl_type_t type, struct acl *aclp) in vacl_get_acl() 107 vacl_delete(struct vnode *vp, acl_type_t type) in vacl_delete() 124 vacl_aclcheck(struct vnode *vp, acl_type_t type, struct acl *aclp) in vacl_aclcheck() 153 struct vnode *vp; in sys___acl_get_file() local 178 struct vnode *vp; in sys___acl_set_file() local 240 struct vnode *vp; in sys___acl_delete_file() local 285 struct vnode *vp; in sys___acl_aclcheck_file() local
|
/dflybsd-src/contrib/nvi2/vi/ |
H A D | v_scroll.c | 66 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto() 103 v_home(SCR *sp, VICMD *vp) in v_home() 120 v_middle(SCR *sp, VICMD *vp) in v_middle() 141 v_bottom(SCR *sp, VICMD *vp) in v_bottom() 151 goto_adjust(VICMD *vp) in goto_adjust() 204 v_up(SCR *sp, VICMD *vp) in v_up() 226 v_cr(SCR *sp, VICMD *vp) in v_cr() 247 v_down(SCR *sp, VICMD *vp) in v_down() 268 v_hpageup(SCR *sp, VICMD *vp) in v_hpageup() 292 v_hpagedown(SCR *sp, VICMD *vp) in v_hpagedown() [all …]
|
H A D | v_ex.c | 39 v_again(SCR *sp, VICMD *vp) in v_again() 55 v_exmode(SCR *sp, VICMD *vp) in v_exmode() 91 v_join(SCR *sp, VICMD *vp) in v_join() 120 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl() 136 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr() 152 v_suspend(SCR *sp, VICMD *vp) in v_suspend() 168 v_switch(SCR *sp, VICMD *vp) in v_switch() 201 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush() 217 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop() 232 v_filter(SCR *sp, VICMD *vp) in v_filter() [all …]
|
H A D | v_itxt.c | 65 v_iA(SCR *sp, VICMD *vp) in v_iA() 85 v_ia(SCR *sp, VICMD *vp) in v_ia() 122 v_iI(SCR *sp, VICMD *vp) in v_iI() 141 v_ii(SCR *sp, VICMD *vp) in v_ii() 174 v_iO(SCR *sp, VICMD *vp) in v_iO() 186 v_io(SCR *sp, VICMD *vp) in v_io() 192 io(SCR *sp, VICMD *vp, enum which cmd) in io() 242 v_change(SCR *sp, VICMD *vp) in v_change() 382 v_Replace(SCR *sp, VICMD *vp) in v_Replace() 416 v_subst(SCR *sp, VICMD *vp) in v_subst() [all …]
|
H A D | v_word.c | 76 v_wordW(SCR *sp, VICMD *vp) in v_wordW() 88 v_wordw(SCR *sp, VICMD *vp) in v_wordw() 98 fword(SCR *sp, VICMD *vp, enum which type) in fword() 236 v_wordE(SCR *sp, VICMD *vp) in v_wordE() 248 v_worde(SCR *sp, VICMD *vp) in v_worde() 258 eword(SCR *sp, VICMD *vp, enum which type) in eword() 382 v_wordB(SCR *sp, VICMD *vp) in v_wordB() 394 v_wordb(SCR *sp, VICMD *vp) in v_wordb() 404 bword(SCR *sp, VICMD *vp, enum which type) in bword()
|
H A D | v_search.c | 37 v_searchb(SCR *sp, VICMD *vp) in v_searchb() 49 v_searchf(SCR *sp, VICMD *vp) in v_searchf() 59 v_exaddr(SCR *sp, VICMD *vp, dir_t dir) in v_exaddr() 280 v_searchN(SCR *sp, VICMD *vp) in v_searchN() 305 v_searchn(SCR *sp, VICMD *vp) in v_searchn() 340 v_searchw(SCR *sp, VICMD *vp) in v_searchw() 389 v_search(SCR *sp, VICMD *vp, CHAR_T *ptrn, size_t plen, u_int flags, dir_t dir) in v_search() 452 v_correct(SCR *sp, VICMD *vp, int isdelta) in v_correct()
|
H A D | v_left.c | 30 v_left(SCR *sp, VICMD *vp) in v_left() 68 v_cfirst(SCR *sp, VICMD *vp) in v_cfirst() 135 v_first(SCR *sp, VICMD *vp) in v_first() 197 v_ncol(SCR *sp, VICMD *vp) in v_ncol() 257 v_zero(SCR *sp, VICMD *vp) in v_zero()
|
H A D | v_ch.c | 34 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat() 63 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat() 102 v_cht(SCR *sp, VICMD *vp) in v_cht() 133 v_chf(SCR *sp, VICMD *vp) in v_chf() 190 v_chT(SCR *sp, VICMD *vp) in v_chT() 224 v_chF(SCR *sp, VICMD *vp) in v_chF()
|
H A D | v_mark.c | 34 v_mark(SCR *sp, VICMD *vp) in v_mark() 55 v_bmark(SCR *sp, VICMD *vp) in v_bmark() 69 v_fmark(SCR *sp, VICMD *vp) in v_fmark() 81 v_emark(SCR *sp, VICMD *vp) in v_emark() 101 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) in mark()
|
/dflybsd-src/sys/vfs/fifofs/ |
H A D | fifo_vnops.c | 132 fifo_lock(struct vnode *vp) in fifo_lock() 142 fifo_unlock(struct vnode *vp) in fifo_unlock() 248 struct vnode *vp = ap->a_vp; in fifo_open() local 373 struct vnode *vp = ap->a_vp; in fifo_read() local 407 struct vnode *vp = ap->a_vp; in fifo_write() local 439 struct vnode *vp = ap->a_vp; in fifo_ioctl() local 470 struct vnode *vp = ap->a_vp; in fifo_kqfilter() local 503 struct vnode *vp = (void *)kn->kn_hook; in filt_fifordetach() local 514 struct vnode *vp = (void *)kn->kn_hook; in filt_fiforead() local 537 struct vnode *vp = (void *)kn->kn_hook; in filt_fifowdetach() local [all …]
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ufs_vnops.c | 113 #define VN_KNOTE(vp, b) \ argument 116 #define OFSFMT(vp) ((vp)->v_mount->mnt_maxsymlinklen <= 0) argument 131 ufs_itimes(struct vnode *vp) in ufs_itimes() 271 struct vnode *vp = ap->a_vp; in ufs_close() local 285 struct vnode *vp = ap->a_vp; in ufs_access() local 316 struct vnode *vp = ap->a_vp; in ufs_getattr() local 356 struct vnode *vp = ap->a_vp; in ufs_markatime() local 379 struct vnode *vp = ap->a_vp; in ufs_setattr() local 505 ufs_chmod(struct vnode *vp, int mode, struct ucred *cred) in ufs_chmod() 538 ufs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred) in ufs_chown() [all …]
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_vnops.c | 105 tmpfs_knote(struct vnode *vp, int flags) in tmpfs_knote() 118 struct vnode *vp = NULL; in tmpfs_nresolve() local 252 struct vnode *vp = ap->a_vp; in tmpfs_open() local 293 struct vnode *vp = ap->a_vp; in tmpfs_close() local 317 struct vnode *vp = ap->a_vp; in tmpfs_access() local 366 struct vnode *vp = ap->a_vp; in tmpfs_getattr() local 406 struct vnode *vp = ap->a_vp; in tmpfs_getattr_lite() local 447 struct vnode *vp = ap->a_vp; in tmpfs_setattr() local 517 struct vnode *vp = ap->a_vp; in tmpfs_fsync() local 546 struct vnode *vp = ap->a_vp; in tmpfs_read() local [all …]
|
/dflybsd-src/sys/ddb/ |
H A D | db_variables.c | 60 struct db_variable *vp; in db_find_variable() local 84 struct db_variable *vp; in db_get_variable() local 98 struct db_variable *vp; in db_set_variable() local 110 db_read_variable(struct db_variable *vp, db_expr_t *valuep) in db_read_variable() 121 db_write_variable(struct db_variable *vp, db_expr_t *valuep) in db_write_variable() 135 struct db_variable *vp; in db_set_cmd() local
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.exp.c | 181 expr(Char ***vp) in expr() 187 exp0(Char ***vp, int ignore) in exp0() 210 exp1(Char ***vp, int ignore) in exp1() 234 exp2x(Char ***vp, int ignore) in exp2x() 257 exp2a(Char ***vp, int ignore) in exp2a() 280 exp2b(Char ***vp, int ignore) in exp2b() 303 exp2c(Char ***vp, int ignore) in exp2c() 346 exp3(Char ***vp, int ignore) in exp3() 392 exp3a(Char ***vp, int ignore) in exp3a() 421 exp4(Char ***vp, int ignore) in exp4() [all …]
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_vnops.c | 125 ext2_itimes(struct vnode *vp) in ext2_itimes() 197 struct vnode *vp = ap->a_vp; in ext2_close() local 207 struct vnode *vp = ap->a_vp; in ext2_access() local 222 struct vnode *vp = ap->a_vp; in ext2_getattr() local 259 struct vnode *vp = ap->a_vp; in ext2_setattr() local 383 ext2_chmod(struct vnode *vp, int mode, struct ucred *cred, struct thread *td) in ext2_chmod() 410 ext2_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, in ext2_chown() 448 struct vnode *vp; member 482 struct vnode *vp = ap->a_vp; in ext2_fsync() local 567 struct vnode *vp = ap->a_vp; in ext2_remove() local [all …]
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_vnops.c | 97 struct vnode *vp = ap->a_vp; in fuse_vop_access() local 156 struct vnode *vp = ap->a_vp; in fuse_vop_open() local 223 struct vnode *vp = ap->a_vp; in fuse_vop_close() local 251 struct vnode *vp = ap->a_vp; in fuse_vop_fsync() local 303 struct vnode *vp = ap->a_vp; in fuse_vop_getattr() local 367 struct vnode *vp = ap->a_vp; in fuse_vop_setattr() local 494 struct vnode *vp; in fuse_vop_nresolve() local 606 struct vnode *vp = ap->a_vp; in fuse_vop_nlink() local 674 struct vnode *vp; in fuse_vop_ncreate() local 751 struct vnode *vp; in fuse_vop_nmknod() local [all …]
|
/dflybsd-src/sys/vm/ |
H A D | vnode_pager.c | 106 struct vnode *vp; in vnode_pager_alloc() local 203 vnode_pager_reference(struct vnode *vp) in vnode_pager_reference() 215 struct vnode *vp = object->handle; in vnode_pager_dealloc() local 236 struct vnode *vp = object->handle; in vnode_pager_haspage() local 294 vnode_pager_setsize(struct vnode *vp, vm_ooffset_t nsize) in vnode_pager_setsize() 441 struct vnode *vp; in vnode_pager_getpage() local 460 vnode_pager_generic_getpages(struct vnode *vp, vm_page_t *mpp, int bytecount, in vnode_pager_generic_getpages() 637 struct vnode *vp; in vnode_pager_putpages() local 679 vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *m, int bytecount, in vnode_pager_generic_putpages() 795 struct vnode *vp = NULL; in vnode_pager_lock() local
|
/dflybsd-src/sys/vfs/smbfs/ |
H A D | smbfs_vnops.c | 130 struct vnode *vp = ap->a_vp; in smbfs_access() local 151 struct vnode *vp = ap->a_vp; in smbfs_open() local 216 struct vnode *vp = ap->a_vp; in smbfs_closel() local 266 struct vnode *vp = ap->a_vp; in smbfs_getattr() local 299 struct vnode *vp = ap->a_vp; in smbfs_setattr() local 425 struct vnode *vp = ap->a_vp; in smbfs_read() local 441 struct vnode *vp = ap->a_vp; in smbfs_write() local 465 struct vnode *vp; in smbfs_create() local 502 struct vnode *vp = ap->a_vp; in smbfs_remove() local 647 struct vnode *vp; in smbfs_mkdir() local [all …]
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vnops.c | 141 dirfs_knote(struct vnode *vp, int flags) in dirfs_knote() 155 struct vnode *vp; in dirfs_nresolve() local 271 struct vnode *vp; in dirfs_open() local 299 struct vnode *vp; in dirfs_close() local 325 struct vnode *vp = ap->a_vp; in dirfs_access() local 373 struct vnode *vp; in dirfs_getattr() local 432 struct vnode *vp; in dirfs_setattr() local 602 struct vnode *vp = ap->a_vp; in dirfs_read() local 672 struct vnode *vp = ap->a_vp; in dirfs_write() local 769 struct vnode *vp = ap->a_vp; in dirfs_advlock() local [all …]
|
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs_vnops.c | 105 struct vnode *vp = ap->a_vp; in hpfs_fsync() local 136 struct vnode *vp = ap->a_vp; in hpfs_ioctl() local 299 struct vnode *vp = ap->a_vp; in hpfs_read() local 359 struct vnode *vp = ap->a_vp; in hpfs_write() local 444 struct vnode *vp = ap->a_vp; in hpfs_getattr() local 492 struct vnode *vp = ap->a_vp; in hpfs_setattr() local 592 struct vnode *vp = ap->a_vp; in hpfs_inactive() local 634 struct vnode *vp = ap->a_vp; in hpfs_reclaim() local 660 struct vnode *vp = ap->a_vp; in hpfs_print() local 684 struct vnode *vp = ap->a_vp; in hpfs_strategy() local [all …]
|
/dflybsd-src/sys/vfs/devfs/ |
H A D | devfs_vnops.c | 276 struct vnode *vp; in devfs_vop_reclaim() local 463 struct vnode *vp = NULL; in devfs_vop_nresolve() local 862 struct vnode *vp = ap->a_vp; in devfs_spec_open() local 1090 struct vnode *vp = ap->a_vp; in devfs_spec_close() local 1233 struct vnode *vp = (struct vnode *)fp->f_data; in devfs_fo_close() local 1255 struct vnode *vp; in devfs_fo_read() local 1311 struct vnode *vp; in devfs_fo_write() local 1385 struct vnode *vp; in devfs_fo_stat() local 1494 struct vnode *vp; in devfs_fo_kqfilter() local 1524 struct vnode *vp; in devfs_fo_ioctl() local [all …]
|