Home
last modified time | relevance | path

Searched defs:vp (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/freebsd/sys/fs/nfsclient/
H A Dnfs_kdtrace.h54 #define KDTRACE_NFS_ACCESSCACHE_FLUSH_DONE(vp) do { \ argument
60 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) do { \ argument
67 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) do { \ argument
74 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument
81 #define KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(vp) do { \ argument
87 #define KDTRACE_NFS_ATTRCACHE_GET_HIT(vp, vap) do { \ argument
93 #define KDTRACE_NFS_ATTRCACHE_GET_MISS(vp) do { \ argument
99 #define KDTRACE_NFS_ATTRCACHE_LOAD_DONE(vp, vap, error) do { \ argument
108 #define KDTRACE_NFS_ACCESSCACHE_FLUSH_DONE(vp) argument
109 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) argument
[all …]
/freebsd/sys/nfs/
H A Dnfs_kdtrace.h46 #define KDTRACE_NFS_ACCESSCACHE_FLUSH_DONE(vp) do { \ argument
52 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) do { \ argument
59 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) do { \ argument
66 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument
81 #define KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(vp) do { \ argument
87 #define KDTRACE_NFS_ATTRCACHE_GET_HIT(vp, vap) do { \ argument
93 #define KDTRACE_NFS_ATTRCACHE_GET_MISS(vp) do { \ argument
99 #define KDTRACE_NFS_ATTRCACHE_LOAD_DONE(vp, vap, error) do { \ argument
108 #define KDTRACE_NFS_ACCESSCACHE_FLUSH_DONE(vp) argument
109 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) argument
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_scroll.c66 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 Dv_ex.c39 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 Dv_itxt.c65 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 Dv_word.c76 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 Dv_left.c30 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 Dv_search.c37 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 Dv_mark.c34 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()
H A Dv_ch.c34 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()
/freebsd/sys/security/mac/
H A Dmac_vfs.c137 mac_vnode_init(struct vnode *vp) in mac_vnode_init()
191 mac_vnode_destroy(struct vnode *vp) in mac_vnode_destroy()
229 mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) in mac_devfs_update()
238 struct vnode *vp) in mac_devfs_vnode_associate()
246 mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp) in mac_vnode_associate_extattr()
259 mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp) in mac_vnode_associate_singlelabel()
277 struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in mac_vnode_create_extattr()
310 mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, in mac_vnode_setlabel_extattr()
344 struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_transition()
354 mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp, in mac_vnode_execve_will_transition()
[all …]
/freebsd/sys/kern/
H A Dvfs_subr.c429 struct vnode *vp; in sysctl_try_reclaim_vnode() local
477 struct vnode *vp; in sysctl_ftry_reclaim_vnode() local
589 struct vnode *vp; in vn_alloc_marker() local
599 vn_free_marker(struct vnode *vp) in vn_free_marker()
660 struct vnode *vp; in vnode_init() local
708 struct vnode *vp; in vnode_fini() local
1238 struct vnode *vp, *mvp; in vlrureclaim() local
1364 struct vnode *vp; in vnlru_free_impl() local
1901 vtryrecycle(struct vnode *vp, bool isvnlru) in vtryrecycle()
2062 vn_free(struct vnode *vp) in vn_free()
[all …]
H A Dvfs_hash.c58 vfs_hash_index(struct vnode *vp) in vfs_hash_index()
75 struct vnode *vp; in vfs_hash_get() local
116 struct vnode *vp; in vfs_hash_ref() local
143 vfs_hash_remove(struct vnode *vp) in vfs_hash_remove()
152 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, in vfs_hash_insert()
194 vfs_hash_rehash(struct vnode *vp, u_int hash) in vfs_hash_rehash()
210 struct vnode *vp; in vfs_hash_changesize() local
/freebsd/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c62 ugidfw_vnode_check_access(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_access()
94 ugidfw_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_deleteacl()
102 ugidfw_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_deleteextattr()
110 ugidfw_vnode_check_exec(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_exec()
119 ugidfw_vnode_check_getacl(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_getacl()
127 ugidfw_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_getextattr()
136 struct label *dvplabel, struct vnode *vp, struct label *label, in ugidfw_vnode_check_link()
151 ugidfw_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_listextattr()
167 ugidfw_vnode_check_open(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_open()
183 ugidfw_vnode_check_readdlink(struct ucred *cred, struct vnode *vp, in ugidfw_vnode_check_readdlink()
[all …]
/freebsd/sys/sys/
H A Dvnode.h207 #define VN_ISDEV(vp) VTYPE_ISDEV((vp)->v_type) argument
228 #define VN_KNLIST_EMPTY(vp) ((vp)->v_pollinfo == NULL || \ argument
231 #define VN_KNOTE(vp, b, a) \ argument
237 #define VN_KNOTE_LOCKED(vp, b) VN_KNOTE(vp, argument
238 VN_KNOTE_UNLOCKED(vp,b) global() argument
471 VI_LOCK(vp) global() argument
472 VI_LOCK_FLAGS(vp,flags) global() argument
473 VI_TRYLOCK(vp) global() argument
474 VI_UNLOCK(vp) global() argument
475 VI_MTX(vp) global() argument
477 VN_LOCK_AREC(vp) global() argument
478 VN_LOCK_ASHARE(vp) global() argument
479 VN_LOCK_DSHARE(vp) global() argument
562 ASSERT_VI_LOCKED(vp,str) global() argument
563 ASSERT_VI_UNLOCKED(vp,str) global() argument
564 ASSERT_VOP_ELOCKED(vp,str) global() argument
565 ASSERT_VOP_LOCKED(vp,str) global() argument
566 ASSERT_VOP_UNLOCKED(vp,str) global() argument
568 ASSERT_VOP_IN_SEQC(vp) global() argument
574 ASSERT_VOP_NOT_IN_SEQC(vp) global() argument
582 ASSERT_VI_LOCKED(vp,str) global() argument
583 ASSERT_VI_UNLOCKED(vp,str) global() argument
584 ASSERT_VOP_ELOCKED(vp,str) global() argument
585 ASSERT_VOP_LOCKED(vp,str) global() argument
586 ASSERT_VOP_UNLOCKED(vp,str) global() argument
588 ASSERT_VOP_IN_SEQC(vp) global() argument
589 ASSERT_VOP_NOT_IN_SEQC(vp) global() argument
593 DOINGASYNC(vp) global() argument
604 vn_canvmio(struct vnode * vp) vn_canvmio() argument
659 cache_enter(dvp,vp,cnp) global() argument
687 cache_validate(struct vnode * dvp,struct vnode * vp,struct componentname * cnp) cache_validate() argument
697 cache_assert_no_entries(struct vnode * vp) cache_assert_no_entries() argument
785 vn_lock(vp,flags) global() argument
840 vn_seqc_read_any(vp) global() argument
841 vn_seqc_read_notmodify(vp) global() argument
842 vn_seqc_consistent(vp,seq) global() argument
844 vn_rangelock_unlock(vp,cookie) global() argument
846 vn_rangelock_rlock(vp,start,end) global() argument
848 vn_rangelock_tryrlock(vp,start,end) global() argument
850 vn_rangelock_wlock(vp,start,end) global() argument
852 vn_rangelock_trywlock(vp,start,end) global() argument
855 vn_irflag_read(vp) global() argument
1070 VOP_LOCK(vp,flags) global() argument
1073 VOP_ADD_WRITECOUNT_CHECKED(vp,cnt) global() argument
1081 VOP_SET_TEXT_CHECKED(vp) global() argument
1089 VOP_UNSET_TEXT_CHECKED(vp) global() argument
1098 VOP_ADD_WRITECOUNT_CHECKED(vp,cnt) global() argument
1099 VOP_SET_TEXT_CHECKED(vp) global() argument
1100 VOP_UNSET_TEXT_CHECKED(vp) global() argument
1103 VN_IS_DOOMED(vp) global() argument
1111 vrefcnt(struct vnode * vp) vrefcnt() argument
1117 vholdl(vp) global() argument
1122 vrefl(vp) global() argument
1199 vn_set_state(struct vnode * vp,__enum_uint8 (vstate)state) vn_set_state() argument
1208 vn_get_state(struct vnode * vp) vn_get_state() argument
1213 VOP_UNLOCK_FLAGS(vp,flags) global() argument
1245 vn_load_v_data_smr(vp) global() argument
[all...]
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c205 null_copy_inotify(struct vnode *vp, struct vnode *lvp, short flag) in null_copy_inotify()
392 struct vnode *lvp, *vp; in null_add_writecount() local
420 struct vnode *vp, *ldvp, *lvp; in null_lookup() local
516 struct vnode *vp, *ldvp; in null_open() local
539 struct vnode *vp = ap->a_vp; in null_setattr() local
606 struct vnode *vp = ap->a_vp; in null_access() local
632 struct vnode *vp = ap->a_vp; in null_accessx() local
667 struct vnode *lvp, *vp; in null_remove() local
883 struct vnode *vp = ap->a_vp; in null_unlock() local
915 null_want_recycle(struct vnode *vp) in null_want_recycle()
[all …]
H A Dnull_subr.c60 #define NULL_NHASH(vp) (&null_node_hashtbl[vfs_hash_index(vp) & null_hash_mask]) argument
107 struct vnode *vp; in null_hashget_locked() local
143 struct vnode *vp; in null_hashget() local
196 null_destroy_proto(struct vnode *vp, void *xp) in null_destroy_proto()
222 struct vnode *vp; in null_nodeget() local
321 null_checkvp(struct vnode *vp, char *fil, int lno) in null_checkvp()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c94 secpolicy_basic_link(vnode_t *vp, cred_t *cr) in secpolicy_basic_link()
112 secpolicy_vnode_remove(vnode_t *vp, cred_t *cr) in secpolicy_vnode_remove()
121 secpolicy_vnode_access(cred_t *cr, vnode_t *vp, uid_t owner, accmode_t accmode) in secpolicy_vnode_access()
150 secpolicy_vnode_access2(cred_t *cr, vnode_t *vp, uid_t owner, in secpolicy_vnode_access2()
164 secpolicy_vnode_any_access(cred_t *cr, vnode_t *vp, uid_t owner) in secpolicy_vnode_any_access()
202 secpolicy_vnode_setdac(vnode_t *vp, cred_t *cr, uid_t owner) in secpolicy_vnode_setdac()
213 secpolicy_vnode_setattr(cred_t *cr, vnode_t *vp, struct vattr *vap, in secpolicy_vnode_setattr()
296 secpolicy_vnode_setids_setgids(vnode_t *vp, cred_t *cr, gid_t gid) in secpolicy_vnode_setids_setgids()
317 secpolicy_setid_clear(struct vattr *vap, vnode_t *vp, cred_t *cr) in secpolicy_setid_clear()
332 secpolicy_setid_setsticky_clear(vnode_t *vp, struct vattr *vap, in secpolicy_setid_setsticky_clear()
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h76 #define vn_vfswlock(vp) (0) argument
77 #define vn_vfsunlock(vp) do { } while (0) argument
80 #define vn_has_cached_data(vp) \ argument
85 vn_flush_cached_data(vnode_t *vp, boolean_t sync) in vn_flush_cached_data()
96 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
102 #define vnevent_create(vp, ct) do { } while (0) argument
103 #define vnevent_link(vp, ct) do { } while (0) argument
104 #define vnevent_remove(vp, dvp, name, ct) do { } while (0) argument
105 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0) argument
106 #define vnevent_rename_src(vp, dvp, name, ct) do { } while (0) argument
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_internal.h86 vnode_mount(struct vnode *vp) in vnode_mount()
92 vnode_vtype(struct vnode *vp) in vnode_vtype()
98 vnode_isvroot(struct vnode *vp) in vnode_isvroot()
104 vnode_isreg(struct vnode *vp) in vnode_isreg()
110 vnode_isdir(struct vnode *vp) in vnode_isdir()
116 vnode_islnk(struct vnode *vp) in vnode_islnk()
142 fuse_isdeadfs(struct vnode *vp) in fuse_isdeadfs()
150 fuse_iosize(struct vnode *vp) in fuse_iosize()
/freebsd/sys/ddb/
H A Ddb_variables.c60 struct db_variable *vp; in db_find_variable() local
85 struct db_variable *vp; in db_get_variable() local
96 struct db_variable *vp; in db_set_variable() local
105 db_read_variable(struct db_variable *vp, db_expr_t *valuep) in db_read_variable()
117 db_write_variable(struct db_variable *vp, db_expr_t value) in db_write_variable()
131 struct db_variable *vp; in db_set_cmd() local
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c50 struct vnode *vp; in tarfs_open() local
71 struct vnode *vp; in tarfs_close() local
90 struct vnode *vp; in tarfs_access() local
132 struct vnode *vp; in tarfs_bmap() local
186 struct vnode *vp; in tarfs_getattr() local
226 struct vnode *vp; in tarfs_lookup() local
310 struct vnode *vp; in tarfs_readdir() local
513 struct vnode *vp; in tarfs_read() local
556 struct vnode *vp; in tarfs_readlink() local
580 struct vnode *vp; in tarfs_reclaim() local
[all …]
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c294 struct vnode *vp; in tmpfs_open() local
335 struct vnode *vp = v->a_vp; in tmpfs_close() local
363 struct vnode *vp; in tmpfs_fplookup_vexec() local
383 tmpfs_access_locked(struct vnode *vp, struct tmpfs_node *node, in tmpfs_access_locked()
402 struct vnode *vp = v->a_vp; in tmpfs_access() local
445 struct vnode *vp = v->a_vp; in tmpfs_stat() local
499 struct vnode *vp = v->a_vp; in tmpfs_getattr() local
544 struct vnode *vp = v->a_vp; in tmpfs_setattr() local
599 struct vnode *vp; in tmpfs_read() local
617 struct vnode *vp; in tmpfs_read_pgcache() local
[all …]
/freebsd/contrib/tcsh/
H A Dsh.exp.c184 expr(Char ***vp) in expr()
190 exp0(Char ***vp, int ignore) in exp0()
213 exp1(Char ***vp, int ignore) in exp1()
237 exp2x(Char ***vp, int ignore) in exp2x()
260 exp2a(Char ***vp, int ignore) in exp2a()
283 exp2b(Char ***vp, int ignore) in exp2b()
306 exp2c(Char ***vp, int ignore) in exp2c()
349 exp3(Char ***vp, int ignore) in exp3()
395 exp3a(Char ***vp, int ignore) in exp3a()
424 exp4(Char ***vp, int ignore) in exp4()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c146 ufs_itimes_locked(struct vnode *vp) in ufs_itimes_locked()
187 ufs_itimes(struct vnode *vp) in ufs_itimes()
216 ufs_sync_nlink(struct vnode *vp, struct vnode *vp1) in ufs_sync_nlink()
319 struct vnode *vp = ap->a_vp; in ufs_open() local
357 struct vnode *vp = ap->a_vp; in ufs_close() local
372 struct vnode *vp = ap->a_vp; in ufs_accessx() local
484 struct vnode *vp; in ufs_fplookup_vexec() local
516 struct vnode *vp = ap->a_vp; in ufs_stat() local
582 struct vnode *vp = ap->a_vp; in ufs_getattr() local
645 struct vnode *vp = ap->a_vp; in ufs_setattr() local
[all …]

12345678910>>...16