Home
last modified time | relevance | path

Searched refs:vnode (Results 176 – 200 of 425) sorted by relevance

12345678910>>...17

/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c66 msdosfs_lookup_checker(struct msdosfsmount *pmp, struct vnode *dvp, in msdosfs_lookup_checker()
67 struct denode *tdp, struct vnode **vpp) in msdosfs_lookup_checker()
69 struct vnode *vp; in msdosfs_lookup_checker()
103 struct vnode **rvp) in msdosfs_deget_dotdot()
135 msdosfs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname in msdosfs_lookup_ino()
150 struct vnode *pdp; in msdosfs_lookup_ino()
H A Dmsdosfs_vnops.c205 struct vnode *vp = ap->a_vp; in msdosfs_close()
221 struct vnode *vp = ap->a_vp; in msdosfs_access()
328 struct vnode *vp = ap->a_vp; in msdosfs_setattr()
533 struct vnode *vp = ap->a_vp; in msdosfs_read()
627 struct vnode *vp = ap->a_vp; in msdosfs_write()
628 struct vnode *thisvp; in msdosfs_write()
837 struct vnode *devvp; in msdosfs_fsync()
943 struct vnode *fdvp, *fvp, *tdvp, *tvp, *vp; in msdosfs_rename()
1447 struct vnode *vp = ap->a_vp; in msdosfs_rmdir()
1448 struct vnode *dvp = ap->a_dvp; in msdosfs_rmdir()
[all …]
/freebsd/sys/kern/
H A Dvfs_cluster.c56 static struct cluster_save *cluster_collectbufs(struct vnode *vp,
58 static struct buf *cluster_rbuild(struct vnode *vp, u_quad_t filesize,
89 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_syscalls.c372 struct vnode *vp; in kern_fstatfs()
1126 struct vnode *vp; in openatfp()
1354 struct vnode *vp; in kern_mknodat()
1933 struct vnode *vp; in kern_funlinkat()
2150 struct vnode *vp; in kern_accessat()
2672 struct vnode *vp; in kern_readlinkat()
3480 struct vnode *vp; in kern_truncate()
3563 struct vnode *vp; in kern_fsync()
3897 struct vnode *vp; in kern_frmdirat()
4179 struct vnode *vp; in kern_getdirentries()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c57 extern void (*nfsd_call_recall)(struct vnode *, int, struct ucred *,
69 void (*ncl_call_invalcaches)(struct vnode *) = NULL;
226 nfsrv_object_create(struct vnode *vp, struct thread *td) in nfsrv_object_create()
323 nfsvno_pathconf(struct vnode *vp, int flag, long *retf, in nfsvno_pathconf()
365 nfsrv_atroot(struct vnode *vp, uint64_t *retp) in nfsrv_atroot()
424 nfsv4root_getreferral(struct vnode *vp, struct vnode *dvp, u_int32_t fileno) in nfsv4root_getreferral()
809 nfs_supportsnfsv4acls(struct vnode *vp) in nfs_supportsnfsv4acls()
H A Dnfskpiport.h38 typedef struct vnode * vnode_t;
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c140 evaluate_fingerprint(struct vnode *vp, struct mac_veriexec_file_info *ip, in evaluate_fingerprint()
214 mac_veriexec_fingerprint_check_vnode(struct vnode *vp, in mac_veriexec_fingerprint_check_vnode()
262 struct vnode *vp = imgp->vp; in mac_veriexec_fingerprint_check_image()
/freebsd/sys/vm/
H A Dvm_object.h280 struct vnode;
365 int vm_object_kvme_type(vm_object_t object, struct vnode **vpp);
385 struct vnode *vm_object_vnode(vm_object_t object);
H A Dvm_pager.h47 struct vnode;
65 typedef void pgo_getvp_t(vm_object_t object, struct vnode **vpp,
232 vm_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp) in vm_pager_getvp()
/freebsd/sys/ufs/ufs/
H A Dinode.h81 struct vnode *i_vnode; /* Vnode associated with this inode. */
182 struct vnode *_vp = ITOV(_ip); \
192 struct vnode *_vp = ITOV(_ip); \
/freebsd/tools/test/stress2/misc/
H A Dforce11.sh39 mdconfig -a -t vnode -f $diskimage -u $mdstart
73 mdconfig -a -t vnode -f $diskimage -u $mdstart
H A Dforce13.sh46 mdconfig -a -t vnode -f $diskimage -u $mdstart
90 mdconfig -a -t vnode -f $diskimage -u $mdstart
H A Dswapoff3.sh106 mdconfig -a -t vnode -f $dir/swap1 -u $md1
109 mdconfig -a -t vnode -f $dir/swap2 -u $md2
H A Dnbufkv.sh73 mdconfig -a -t vnode -f $d1 -u $u1 || exit 1
76 mdconfig -a -t vnode -f $d2 -u $u2 || exit 1
H A Dsuj22.sh68 mdconfig -a -t vnode -f $D -u $mdstart
85 mdconfig -a -t vnode -f $D -u $mdstart
/freebsd/sys/dev/md/
H A Dmd.c278 struct vnode *vnode; member
883 struct vnode *vp; in mdstart_vnode()
891 vp = sc->vnode; in mdstart_vnode()
1388 if (sc->vnode) { in mdsetcred()
1403 vn_lock(sc->vnode, LK_EXCLUSIVE | LK_RETRY); in mdsetcred()
1405 VOP_UNLOCK(sc->vnode); in mdsetcred()
1476 sc->vnode = nd.ni_vp; in mdcreate_vnode()
1480 sc->vnode = NULL; in mdcreate_vnode()
1530 if (sc->vnode != NULL) { in mddestroy()
1532 sc->vnode->v_vflag &= ~VV_MD; in mddestroy()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c345 struct vnode *devvp, *odevvp; in ffs_mount()
753 struct vnode *vp, *mvp, *devvp; in ffs_reload()
918 struct vnode *devvp; in ffs_mountfs()
1593 ffs_sync_lazy_filter(struct vnode *vp, void *arg __unused) in ffs_sync_lazy_filter()
1618 struct vnode *mvp, *vp; in ffs_sync_lazy()
1676 struct vnode *mvp, *vp, *devvp; in ffs_sync()
1828 struct vnode **vpp, in ffs_vgetf()
1835 struct vnode *vp; in ffs_vgetf()
2061 struct vnode **vpp, in ffs_inotovp()
2065 struct vnode *nvp; in ffs_inotovp()
[all …]
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c856 tarfs_alloc_mount(struct mount *mp, struct vnode *vp, in tarfs_alloc_mount()
941 struct vnode *vp; in tarfs_mount()
1066 struct vnode *vp; in tarfs_unmount()
1099 tarfs_root(struct mount *mp, int flags, struct vnode **vpp) in tarfs_root()
1101 struct vnode *nvp; in tarfs_root()
1142 tarfs_vget(struct mount *mp, ino_t ino, int lkflags, struct vnode **vpp) in tarfs_vget()
1147 struct vnode *vp; in tarfs_vget()
1188 tnp->vnode = vp; in tarfs_vget()
1209 tarfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in tarfs_fhtovp()
1213 struct vnode *nvp; in tarfs_fhtovp()
/freebsd/sys/sys/
H A Dimgact_aout.h149 struct vnode;
151 int aout_coredump(struct thread *td, struct vnode *vp, off_t limit,
/freebsd/sys/security/mac/
H A Dmac_process.c183 mac_execve_interpreter_enter(struct vnode *interpvp, in mac_execve_interpreter_enter()
258 struct vnode *vp; in mac_proc_vm_revoke_recurse()
301 vp = (struct vnode *)object->handle; in mac_proc_vm_revoke_recurse()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.badmemb.d43 trace(offsetof(struct vnode, v_no_such_member));
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline struct vnode *invalid = xlate<psinfo_t>(curthread->td_proc);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h61 #define inode vnode
93 struct vnode *f_vnode;
319 static inline struct vnode *
/freebsd/sys/compat/linux/
H A Dlinux_util.h93 int linux_vn_get_major_minor(const struct vnode *vn, int *major, int *minor);
96 void translate_vnhook_major_minor(struct vnode *vp, struct stat *sb);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c89 extern void (*ncl_call_invalcaches)(struct vnode *);
105 newnfs_vncmpf(struct vnode *vp, void *arg) in newnfs_vncmpf()
125 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, in nfscl_nget()
130 struct vnode *vp, *nvp; in nfscl_nget()
329 struct vnode *nvp; in nfscl_ngetreopen()
446 nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper, in nfscl_loadattrcache()
449 struct vnode *vp = *vpp; in nfscl_loadattrcache()
628 ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep) in ncl_pager_setsize()
800 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, in nfscl_wcc_data()
901 nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p, in nfscl_request()

12345678910>>...17