Home
last modified time | relevance | path

Searched defs:vp (Results 151 – 175 of 376) sorted by relevance

12345678910>>...16

/freebsd/crypto/openssl/test/testutil/
H A Dapps_shims.c18 void *vp; in app_malloc() local
/freebsd/sys/ufs/ufs/
H A Dufs_dirhash.c191 struct vnode *vp; in ufsdirhash_create() local
301 struct vnode *vp; in ufsdirhash_free() local
347 struct vnode *vp; in ufsdirhash_build() local
484 struct vnode *vp; in ufsdirhash_free_locked() local
554 struct vnode *vp; in ufsdirhash_lookup() local
H A Dinode.h253 #define IS_UFS(vp) ((vp)->v_data != NULL) argument
265 #define VTOI(vp) ((struct inode *)(vp)->v_data) argument
266 #define VTOI_SMR(vp) ((struct inode *)vn_load_v_data_smr(vp)) argument
271 #define DOINGSOFTDEP(vp) MOUNTEDSOFTDEP((vp)->v_mount) argument
274 #define DOINGSUJ(vp) MOUNTEDSUJ((vp)->v_mount) argument
/freebsd/lib/libprocstat/
H A Dudf.c78 #define VTON(vp) ((struct udf_node *)((vp)->v_data)) argument
81 udf_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in udf_filestat()
/freebsd/sys/compat/linux/
H A Dlinux_util.c216 linux_vn_get_major_minor(const struct vnode *vp, int *major, int *minor) in linux_vn_get_major_minor()
234 translate_vnhook_major_minor(struct vnode *vp, struct stat *sb) in translate_vnhook_major_minor()
/freebsd/contrib/nvi/vi/
H A Dv_replace.c42 v_replace(SCR *sp, VICMD *vp) in v_replace()
H A Dv_match.c33 v_match(SCR *sp, VICMD *vp) in v_match()
/freebsd/contrib/tcsh/
H A Dtc.who.c207 Char **vp = NULL; local
498 struct varent *vp = adrof(STRwho); local
604 struct varent *vp; local
H A Dtw.comp.c57 struct varent *vp; in docomplete() local
165 tw_find(Char *nam, struct varent *vp, int cmd) in tw_find()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.h75 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data) argument
101 #define smbfs_attr_cacheremove(vp) VTOSMB(vp)->n_attrage = 0 argument
H A Dsmbfs.h89 #define VTOVFS(vp) ((vp)->v_mount) argument
90 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp))) argument
H A Dsmbfs_vfsops.c135 struct vnode *vp; in smbfs_mount() local
312 struct vnode *vp; in smbfs_root() local
/freebsd/sbin/dumpfs/
H A Ddumpfs.c477 pbits(void *vp, int max) in pbits()
499 pblklist(void *vp, int max, off_t offset, int fflag) in pblklist()
/freebsd/sys/geom/
H A Dgeom_vfs.c103 struct vnode *vp; in g_vfs_done() local
260 g_vfs_open(struct vnode *vp, struct g_consumer **cpp, const char *fsname, int wr) in g_vfs_open()
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c87 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg()
103 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
/freebsd/sys/kern/
H A Dkern_lockf.c299 lf_hash_owner(caddr_t id, struct vnode *vp, struct flock *fl, int flags) in lf_hash_owner()
418 struct vnode *vp = ap->a_vp; in lf_advlockasync() local
751 lf_purgelocks(struct vnode *vp, struct lockf **statep) in lf_purgelocks()
1365 lf_setlock(struct lockf *state, struct lockf_entry *lock, struct vnode *vp, in lf_setlock()
1850 struct vnode *vp; member
1918 lf_iteratelocks_vnode(struct vnode *vp, lf_iterator *fn, void *arg) in lf_iteratelocks_vnode()
1988 lf_clearremotesys_iterator(struct vnode *vp, struct flock *fl, void *arg) in lf_clearremotesys_iterator()
2463 struct vnode *vp; member
2473 struct vnode *vp; in vfs_report_lockf() local
H A Dvfs_bio.c715 bufspace_wait(struct bufdomain *bd, struct vnode *vp, int gbflags, in bufspace_wait()
2162 breada(struct vnode * vp, daddr_t * rablkno, int * rabsize, int cnt, in breada()
2308 struct vnode *vp; in bufwrite() local
2450 struct vnode *vp; in bdwrite() local
3254 struct vnode *vp = bp->b_vp; in vfs_bio_awrite() local
3415 buf_flush(struct vnode *vp, struct bufdomain *bd, int target) in buf_flush()
3572 struct vnode *vp; in flushbufqueues() local
3715 inmem(struct vnode * vp, daddr_t blkno) in inmem()
5146 struct vnode *vp; in bufstrategy() local
5287 vfs_bio_getpages(struct vnode *vp, vm_page_t *ma, int count, in vfs_bio_getpages()
[all …]
H A Dvfs_syscalls.c372 struct vnode *vp; in kern_fstatfs() local
1126 struct vnode *vp; in openatfp() local
1354 struct vnode *vp; in kern_mknodat() local
1933 struct vnode *vp; in kern_funlinkat() local
2150 struct vnode *vp; in kern_accessat() local
2672 struct vnode *vp; in kern_readlinkat() local
3480 struct vnode *vp; in kern_truncate() local
3563 struct vnode *vp; in kern_fsync() local
3897 struct vnode *vp; in kern_frmdirat() local
4179 struct vnode *vp; in kern_getdirentries() local
[all …]
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h33 #define dnlc_update(dvp, name, vp) do { } while (0) argument
/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c115 struct vnode *vp = ITOV(ip); in ext2_htree_check_next() local
260 struct vnode *vp; in ext2_htree_find_leaf() local
356 struct vnode *vp; in ext2_htree_lookup() local
420 ext2_htree_append_block(struct vnode *vp, char *data, in ext2_htree_append_block()
666 ext2_htree_create_index(struct vnode *vp, struct componentname *cnp, in ext2_htree_create_index()
/freebsd/contrib/bearssl/T0/
H A DTPointerXT.cs63 internal override string ToString(TValue vp) in ToString()
/freebsd/sys/security/audit/
H A Daudit_arg.c675 struct vnode *vp; in audit_arg_file() local
866 audit_arg_vnode(struct vnode *vp, struct vnode_au_info *vnp) in audit_arg_vnode()
891 audit_arg_vnode1(struct vnode *vp) in audit_arg_vnode1()
907 audit_arg_vnode2(struct vnode *vp) in audit_arg_vnode2()
999 struct vnode *vp; in audit_sysclose() local
/freebsd/lib/libsecureboot/tests/
H A Dtvo.c163 void *vp; in main() local
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c168 gbl_get_vlabel(struct vnode *vp, struct ucred *cred) in gbl_get_vlabel()
472 struct vnode *vp, struct label *vplabel, in mac_grantbylabel_vnode_execve_will_transition()
/freebsd/usr.bin/rpcgen/
H A Drpc_clntout.c71 version_list *vp; in write_program() local

12345678910>>...16