Home
last modified time | relevance | path

Searched defs:vp (Results 76 – 100 of 376) sorted by relevance

12345678910>>...16

/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c97 ffs_snapremove(struct vnode *vp) in ffs_snapremove()
909 struct vnode *vp, in cgaccount()
1268 mapacct_ufs1(struct vnode *vp, in mapacct_ufs1()
1778 struct vnode *vp = NULL; in ffs_snapblkfree() local
1992 struct vnode *vp; in ffs_snapshot_mount() local
2129 struct vnode *vp; in ffs_snapshot_unmount() local
2194 struct vnode *vp, *devvp; in ffs_bdflush() local
2272 struct vnode *vp = NULL; in ffs_copyonwrite() local
2489 struct vnode *vp; in ffs_sync_snap() local
2519 readblock(struct vnode *vp, in readblock()
[all …]
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c355 mac_veriexec_kld_check_load(struct ucred *cred, struct vnode *vp, in mac_veriexec_kld_check_load()
520 mac_veriexec_check_vp(struct ucred *cred, struct vnode *vp, accmode_t accmode) in mac_veriexec_check_vp()
599 mac_veriexec_vnode_check_open(struct ucred *cred, struct vnode *vp, in mac_veriexec_vnode_check_open()
630 struct label *dvplabel __unused, struct vnode *vp, in mac_veriexec_vnode_check_unlink()
671 struct vnode *vp, struct label *label __unused, in mac_veriexec_vnode_check_rename_from()
713 struct label *dvplabel __unused, struct vnode *vp, in mac_veriexec_vnode_check_rename_to()
758 mac_veriexec_vnode_check_setmode(struct ucred *cred, struct vnode *vp, in mac_veriexec_vnode_check_setmode()
1047 mac_veriexec_bottom_vnode(struct vnode *vp) in mac_veriexec_bottom_vnode()
1070 mac_veriexec_get_fingerprint_status(struct vnode *vp) in mac_veriexec_get_fingerprint_status()
1128 mac_veriexec_set_fingerprint_status(struct vnode *vp, in mac_veriexec_set_fingerprint_status()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c150 struct vnode *vp; in unionfs_get_cached_vnode_locked() local
183 struct vnode *vp; in unionfs_get_cached_vnode() local
204 struct vnode *vp; in unionfs_ins_cached_vnode() local
256 unionfs_nodeget_cleanup(struct vnode *vp, struct unionfs_node *unp) in unionfs_nodeget_cleanup()
304 struct vnode *vp; in unionfs_nodeget() local
436 unionfs_noderem(struct vnode *vp) in unionfs_noderem()
713 struct vnode *vp; in unionfs_relookup_for_create() local
747 struct vnode *vp; in unionfs_relookup_for_delete() local
781 struct vnode *vp; in unionfs_relookup_for_rename() local
814 struct vnode *vp; in unionfs_node_update() local
[all …]
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c114 struct vnode *vp; in tmpfs_pager_writecount_recalc() local
195 struct vnode *vp; in tmpfs_pager_getvp() local
947 tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj) in tmpfs_destroy_vobject()
986 struct vnode *vp; in tmpfs_alloc_vp() local
1170 tmpfs_free_vp(struct vnode *vp) in tmpfs_free_vp()
1477 tmpfs_dir_attach(struct vnode *vp, struct tmpfs_dirent *de) in tmpfs_dir_attach()
1524 tmpfs_dir_detach(struct vnode *vp, struct tmpfs_dirent *de) in tmpfs_dir_detach()
1997 tmpfs_check_mtime(struct vnode *vp) in tmpfs_check_mtime()
2283 tmpfs_chtimes(struct vnode *vp, struct vattr *vap, in tmpfs_chtimes()
2340 tmpfs_itimes(struct vnode *vp, const struct timespec *acc, in tmpfs_itimes()
[all …]
/freebsd/bin/sh/
H A Dvar.c155 struct var *vp; in initvar() local
318 struct var *vp, **vpp; in setvareq() local
547 struct var *vp; in environment() local
592 struct var *vp; in showvarscmd() local
648 struct var *vp; in exportcmd() local
749 struct var *vp; in mklocal() local
790 struct var *vp; in poplocalvars() local
882 struct var *vp; in unsetvar() local
939 struct var *vp, **vpp; in find_var() local
/freebsd/sys/kern/
H A Dvfs_cluster.c89 cluster_read(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size, in cluster_read()
338 cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn, in cluster_rbuild()
609 cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len, in cluster_wbuild_wb()
641 cluster_write(struct vnode *vp, struct vn_clusterw *vnc, struct buf *bp, in cluster_write()
806 cluster_wbuild(struct vnode *vp, long size, daddr_t start_lbn, int len, in cluster_wbuild()
1043 cluster_collectbufs(struct vnode *vp, struct vn_clusterw *vnc, in cluster_collectbufs()
H A Dvfs_cache.c571 VP2VNODELOCK(struct vnode *vp) in VP2VNODELOCK()
882 cache_prehash(struct vnode *vp) in cache_prehash()
1616 struct vnode *dvp, *vp; in cache_zap_locked() local
2963 cache_purge(struct vnode *vp) in cache_purge()
3113 struct vnode *vp, *mvp; in cache_purgevfs() local
3353 vn_dd_from_dst(struct vnode *vp) in vn_dd_from_dst()
3811 vn_dir_dd_ino(struct vnode *vp) in vn_dir_dd_ino()
4024 struct vnode *vp; in DB_SHOW_COMMAND() local
5591 struct vnode *vp; in cache_fplookup_climb_mount() local
5648 struct vnode *vp; in cache_fplookup_cross_mount() local
[all …]
/freebsd/sys/fs/nullfs/
H A Dnull.h63 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument
75 #define NULLVPTOLOWERVP(vp) null_checkvp((vp), __FILE__, __LINE__) argument
77 #define NULLVPTOLOWERVP(vp) (VTONULL(vp)->null_lowervp) argument
/freebsd/contrib/one-true-awk/
H A Dtran.c295 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
331 void funnyvar(Cell *vp, const char *rw) in funnyvar()
341 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval()
388 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()
422 static char *get_str_val(Cell *vp, char **fmt) /* get string val of a Cell */ in get_str_val()
459 #define update_str_val(vp) \ in get_str_val() argument
513 char *getsval(Cell *vp) /* get string val of a Cell */ in getsval()
518 char *getpssval(Cell *vp) /* get string val of a Cell for print */ in getpssval()
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c91 ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb) in ext4_bmapext()
155 readindir(struct vnode *vp, e2fs_lbn_t lbn, e2fs_daddr_t daddr, struct buf **bpp) in readindir()
210 ext2_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, int *runp, int *runb) in ext2_bmaparray()
327 ext2_bmap_seekdata(struct vnode *vp, off_t *offp) in ext2_bmap_seekdata()
426 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) in ext2_getlbns()
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c97 readindir(struct vnode *vp, in readindir()
155 ufs_bmaparray(struct vnode *vp, in ufs_bmaparray()
344 ufs_bmap_seekdata(struct vnode *vp, off_t *offp) in ufs_bmap_seekdata()
453 ufs_getlbns(struct vnode *vp, in ufs_getlbns()
H A Dufs_quota.c110 struct vnode *vp; in getinoquota() local
155 struct vnode *vp = ITOV(ip); in chkdq() local
449 struct vnode *vp; in chkdquot() local
495 struct vnode *vp, **vpp; in quotaon() local
645 struct vnode *vp; in quotaoff1() local
1061 struct vnode *vp, *mvp; in qsync() local
1106 qsyncvp(struct vnode *vp) in qsyncvp()
1502 dqrele(struct vnode *vp, struct dquot *dq) in dqrele()
1545 dqsync(struct vnode *vp, struct dquot *dq) in dqsync()
1641 dqflush(struct vnode *vp) in dqflush()
[all …]
/freebsd/sys/sys/
H A Dkassert.h72 #define VNASSERT(exp, vp, msg) do { \ argument
86 #define VNPASS(exp, vp) do { \ argument
100 #define VNASSERT(exp, vp, msg) do { \ argument
104 #define VNPASS(exp, vp) do { \ argument
/freebsd/contrib/nvi/vi/
H A Dvi.c65 VICMD cmd = { 0 }, *vp; in vi() local
450 VICMD *vp, in v_cmd()
716 VICMD *vp, in v_motion()
1091 VICMD *vp, in v_alias()
1229 VICMD *vp) in v_comlog()
H A Dv_section.c61 v_sectionf(SCR *sp, VICMD *vp) in v_sectionf()
169 v_sectionb(SCR *sp, VICMD *vp) in v_sectionb()
H A Dv_sentence.c51 v_sentencef(SCR *sp, VICMD *vp) in v_sentencef()
190 v_sentenceb(SCR *sp, VICMD *vp) in v_sentenceb()
/freebsd/contrib/bearssl/T0/
H A DTPointerExpr.cs39 internal override bool ToBool(TValue vp) in ToBool()
44 internal override string ToString(TValue vp) in ToString()
/freebsd/lib/libprocstat/
H A Dmsdosfs.c70 #define VTODE(vp) ((struct denode *)getvnodedata(vp)) argument
82 msdosfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in msdosfs_filestat()
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c1423 lomac_kld_check_load(struct ucred *cred, struct vnode *vp, in lomac_kld_check_load()
2130 lomac_system_check_acct(struct ucred *cred, struct vnode *vp, in lomac_system_check_acct()
2189 lomac_system_check_swapon(struct ucred *cred, struct vnode *vp, in lomac_system_check_swapon()
2278 struct vnode *vp, struct label *vplabel) in lomac_vnode_associate_extattr()
2326 struct vnode *vp, struct label *vplabel) in lomac_vnode_associate_singlelabel()
2400 lomac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, in lomac_vnode_check_mmap()
2448 lomac_vnode_check_open(struct ucred *cred, struct vnode *vp, in lomac_vnode_check_open()
2470 struct vnode *vp, struct label *vplabel) in lomac_vnode_check_read()
2613 lomac_vnode_check_revoke(struct ucred *cred, struct vnode *vp, in lomac_vnode_check_revoke()
2631 lomac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, in lomac_vnode_check_setacl()
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1457 struct vnode *vp, *dsdvp[NFSDEV_MAXMIRRORS]; in nfsvno_removesub() local
1492 struct vnode *vp; in nfsvno_rmdirsub() local
1800 nfsvno_statfs(struct vnode *vp, struct statfs *sf) in nfsvno_statfs()
1851 struct vnode *vp = NULL; in nfsvno_open() local
2042 struct vnode *vp, struct nfsexstuff *exp) in nfsrvd_readdir()
2299 struct vnode *vp, struct nfsexstuff *exp) in nfsrvd_readdirplus()
3608 struct vnode *vp; in nfsvno_getvp() local
3727 struct vnode *vp, *nvp, *curdvp; in nfssvc_nfsd() local
3941 vnode_t vp; in nfssvc_srvcall() local
6031 struct vnode *vp; member
[all …]
/freebsd/sys/i386/i386/
H A Ddb_trace.c85 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
101 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg()
137 db_esp(struct db_variable *vp, db_expr_t *valuep, int op) in db_esp()
151 db_gs(struct db_variable *vp, db_expr_t *valuep, int op) in db_gs()
171 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) in db_ss()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c121 struct vnode *vp; in udf_allocv() local
157 struct vnode *vp; in udf_access() local
286 struct vnode *vp; in udf_getattr() local
338 struct vnode *vp; in udf_setattr() local
415 struct vnode *vp = ap->a_vp; in udf_print() local
441 struct vnode *vp = ap->a_vp; in udf_read() local
777 struct vnode *vp; in udf_readdir() local
903 struct vnode *vp; in udf_readlink() local
1020 struct vnode *vp; in udf_strategy() local
1256 struct vnode *vp; in udf_reclaim() local
[all …]
/freebsd/sys/security/mac_test/
H A Dmac_test.c949 test_kld_check_load(struct ucred *cred, struct vnode *vp, in test_kld_check_load()
2458 struct vnode *vp, struct label *vplabel) in test_vnode_associate_extattr()
2471 struct vnode *vp, struct label *vplabel) in test_vnode_associate_singlelabel()
2559 test_vnode_check_exec(struct ucred *cred, struct vnode *vp, in test_vnode_check_exec()
2641 test_vnode_check_mmap(struct ucred *cred, struct vnode *vp, in test_vnode_check_mmap()
2654 test_vnode_check_open(struct ucred *cred, struct vnode *vp, in test_vnode_check_open()
2668 struct vnode *vp, struct label *vplabel) in test_vnode_check_poll()
2683 struct vnode *vp, struct label *vplabel) in test_vnode_check_read()
2859 struct vnode *vp, struct label *vplabel) in test_vnode_check_stat()
2938 struct vnode *vp, struct label *filelabel, in test_vnode_execve_transition()
[all …]
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c205 struct vnode *vp = ap->a_vp; in msdosfs_close() local
221 struct vnode *vp = ap->a_vp; in msdosfs_access() local
328 struct vnode *vp = ap->a_vp; in msdosfs_setattr() local
533 struct vnode *vp = ap->a_vp; in msdosfs_read() local
627 struct vnode *vp = ap->a_vp; in msdosfs_write() local
943 struct vnode *fdvp, *fvp, *tdvp, *tvp, *vp; in msdosfs_rename() local
1447 struct vnode *vp = ap->a_vp; in msdosfs_rmdir() local
1785 struct vnode *vp; in msdosfs_bmap() local
1855 msdosfs_gbp_getblkno(struct vnode *vp, vm_ooffset_t off) in msdosfs_gbp_getblkno()
1862 msdosfs_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz) in msdosfs_gbp_getblksz()
/freebsd/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c228 struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode) in ugidfw_rulecheck()
423 ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap, in ugidfw_check()
453 ugidfw_check_vp(struct ucred *cred, struct vnode *vp, int acc_mode) in ugidfw_check_vp()

12345678910>>...16