Home
last modified time | relevance | path

Searched refs:vnode (Results 251 – 275 of 603) sorted by relevance

1...<<11121314151617181920>>...25

/netbsd/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c185 kernfs_root(struct mount *mp, int lktype, struct vnode **vpp) in kernfs_root()
218 struct vnode **vpp) in kernfs_vget()
225 kernfs_loadvnode(struct mount *mp, struct vnode *vp, in kernfs_loadvnode()
H A Dkernfs.h92 struct vnode *kfs_vnode; /* vnode associated with this kernfs_node */
130 int kernfs_root(struct mount *, int, struct vnode **);
/netbsd/sys/kern/
H A Dtty_bsdpty.c74 static int pty_allocvp(struct mount *, struct lwp *, struct vnode **,
118 pty_allocvp(struct mount *mp, struct lwp *l, struct vnode **vp, dev_t dev, in pty_allocvp()
H A Dvfs_bio.c216 static buf_t *bio_doread(struct vnode *, daddr_t, int, int);
683 bio_doread(struct vnode *vp, daddr_t blkno, int size, int async) in bio_doread()
742 bread(struct vnode *vp, daddr_t blkno, int size, int flags, buf_t **bpp) in bread()
771 breadn(struct vnode *vp, daddr_t blkno, int size, daddr_t *rablks, in breadn()
818 struct vnode *vp; in bwrite()
1019 struct vnode *vp; in brelsel()
1178 incore(struct vnode *vp, daddr_t blkno) in incore()
1384 struct vnode *vp; in getnewbuf()
1525 binvalbuf(struct vnode *vp, daddr_t blkno) in binvalbuf()
2032 getiobuf(struct vnode *vp, bool waitok) in getiobuf()
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Drwbytype_example.txt35 vnode file types are listed in /usr/include/sys/vnode.h, and give an idea of
/netbsd/sys/sys/
H A Dpax.h56 void pax_segvguard_cleanup(struct vnode *);
97 int pax_segvguard(struct lwp *, struct vnode *, const char *, bool);
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Drwbytype_example.txt35 vnode file types are listed in /usr/include/sys/vnode.h, and give an idea of
/netbsd/sys/fs/efs/
H A Defs_vnops.c66 struct vnode *vp; in efs_lookup()
118 efs_check_possible(struct vnode *vp, struct efs_inode *eip, accmode_t accmode) in efs_check_possible()
134 efs_check_permitted(struct vnode *vp, struct efs_inode *eip, accmode_t accmode, in efs_check_permitted()
152 struct vnode *vp = ap->a_vp; in efs_access()
582 struct vnode *vp = ap->a_vp; in efs_reclaim()
607 struct vnode *vp = ap->a_vp; in efs_bmap()
660 struct vnode *vp = ap->a_vp; in efs_strategy()
/netbsd/sys/fs/sysvbfs/
H A Dbfs.h145 struct vnode;
162 int sysvbfs_bfs_init(struct bfs **, struct vnode *);
H A Dbfs_sysvbfs.c46 struct vnode *vp;
58 sysvbfs_bfs_init(struct bfs **bfsp, struct vnode *vp) in sysvbfs_bfs_init()
/netbsd/lib/libukfs/
H A Dukfs.h39 struct vnode;
113 struct vnode *ukfs_getrvp(struct ukfs *);
/netbsd/usr.bin/pmap/
H A Dpmap.h130 struct vnode vnode; member
/netbsd/sys/ufs/chfs/
H A Dchfs_subr.c195 chfs_chsize(struct vnode *vp, u_quad_t size, kauth_cred_t cred) in chfs_chsize()
254 chfs_chflags(struct vnode *vp, int flags, kauth_cred_t cred) in chfs_chflags()
340 chfs_update(struct vnode *vp, const struct timespec *acc, in chfs_update()
/netbsd/sys/fs/udf/
H A Dudf.h271 struct vnode *devvp;
371 struct vnode *vnode; /* vnode associated */ member
/netbsd/sys/miscfs/procfs/
H A Dprocfs_vnops.c298 struct vnode *vp = ap->a_vp; in procfs_open()
406 struct vnode *vp = ap->a_vp; in procfs_inactive()
429 struct vnode *vp = ap->a_vp; in procfs_reclaim()
513 struct vnode *vp, *rvp; in procfs_dir()
592 struct vnode *vp = ap->a_vp; in procfs_getattr()
965 struct vnode **vpp = ap->a_vpp; in procfs_lookup()
966 struct vnode *dvp = ap->a_dvp; in procfs_lookup()
969 struct vnode *fvp; in procfs_lookup()
1262 struct vnode *vp; in procfs_readdir()
1580 struct vnode *vp = ap->a_vp; in procfs_readlink()
[all …]
/netbsd/sys/nfs/
H A Dnfs_serv.c169 struct vnode *vp; in nfsrv3_access()
234 struct vnode *vp; in nfsrv_getattr()
275 struct vnode *vp; in nfsrv_setattr()
541 struct vnode *vp; in nfsrv_readlink()
640 struct vnode *vp; in nfsrv_read()
867 struct vnode *vp; in nfsrv_write()
1680 struct vnode *vp, *dirp = (struct vnode *)0; in nfsrv_mknod()
2181 struct vnode *vp, *xp, *dirp = (struct vnode *)0; in nfsrv_link()
2284 struct vnode *dirp = (struct vnode *)0; in nfsrv_symlink()
2428 struct vnode *vp, *dirp = (struct vnode *)0; in nfsrv_mkdir()
[all …]
H A Dnfs_bio.c81 nfs_bioread(struct vnode *vp, struct uio *uio, int ioflag, in nfs_bioread()
450 struct vnode *vp = ap->a_vp; in nfs_write()
585 nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct lwp *l) in nfs_getcacheblk()
607 nfs_vinvalbuf(struct vnode *vp, int flags, kauth_cred_t cred, in nfs_vinvalbuf()
682 nfs_flushstalebuf(struct vnode *vp, kauth_cred_t cred, struct lwp *l, in nfs_flushstalebuf()
860 struct vnode *vp = bp->b_vp; in nfs_doio_read()
940 struct vnode *vp = bp->b_vp; in nfs_doio_write()
1164 struct vnode *vp = bp->b_vp; in nfs_doio_phys()
1246 struct vnode *vp = ap->a_vp; in nfs_getpages()
/netbsd/sys/ufs/ffs/
H A Dffs_vfsops.c119 static int ffs_is_appleufs(struct vnode *, struct fs *);
122 static void ffs_deinit_vnode(struct ufsmount *, struct vnode *);
466 struct vnode *devvp = NULL; in ffs_mount()
813 struct vnode *vp, *devvp; in ffs_reload()
1123 ffs_is_appleufs(struct vnode *devvp, struct fs *fs) in ffs_is_appleufs()
1930 ffs_sync_selector(void *cl, struct vnode *vp) in ffs_sync_selector()
1978 struct vnode *vp; in ffs_sync()
2117 ffs_deinit_vnode(struct ufsmount *ump, struct vnode *vp) in ffs_deinit_vnode()
2136 ffs_loadvnode(struct mount *mp, struct vnode *vp, in ffs_loadvnode()
2188 ffs_newvnode(struct mount *mp, struct vnode *dvp, struct vnode *vp, in ffs_newvnode()
[all …]
/netbsd/sys/compat/common/
H A Dvfs_syscalls_20.c92 struct vnode *vp; in compat_20_sys_statfs()
169 struct vnode *vp; in compat_20_sys_fhstatfs()
/netbsd/sbin/fsck_lfs/
H A Dpass0.c66 #define vnode uvnode macro
70 #undef vnode
/netbsd/external/gpl2/xcvs/dist/src/
H A Drcs.c443 RCSVers *vnode; in RCS_reparsercsfile() local
604 q->data = vnode; in RCS_reparsercsfile()
761 RCSVers *vnode; in RCS_fully_parse() local
774 vnode = vers->data; in RCS_fully_parse()
7591 RCSVers *vnode; in getdelta() local
7661 vnode->dead = 1; in getdelta()
7678 return vnode; in getdelta()
7699 return vnode; in getdelta()
7742 vnode->dead = 1; in getdelta()
7744 free (vnode->state); in getdelta()
[all …]
/netbsd/sys/ufs/ufs/
H A Dufs_acl.c162 ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct lwp *l) in ufs_getacl_nfs4_internal()
235 ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp, in ufs_get_oldacl()
381 ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, in ufs_setacl_nfs4_internal()
489 ufs_setacl_posix1e(struct vnode *vp, int type, struct acl *aclp, in ufs_setacl_posix1e()
/netbsd/sys/fs/filecorefs/
H A Dfilecore_lookup.c126 struct vnode *vdp; /* vnode for directory being searched */ in filecore_lookup()
135 struct vnode **vpp = ap->a_vpp; in filecore_lookup()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clbio.c66 static struct buf *nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size,
68 static int nfs_directio_write(struct vnode *vp, struct uio *uiop,
82 struct vnode *vp; in ncl_getpages()
229 struct vnode *vp; in ncl_putpages()
337 nfs_bioread_check_cons(struct vnode *vp, struct thread *td, struct ucred *cred) in nfs_bioread_check_cons()
404 ncl_bioread(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred) in ncl_bioread()
703 struct vnode *vp; in nfs_directio_write()
846 struct vnode *vp = ap->a_vp; in ncl_write()
1260 nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct thread *td) in nfs_getcacheblk()
1294 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg) in ncl_vinvalbuf()
[all …]
H A Dnfs_clport.c95 extern void (*ncl_call_invalcaches)(struct vnode *);
111 newnfs_vncmpf(struct vnode *vp, void *arg) in newnfs_vncmpf()
131 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, in nfscl_nget()
136 struct vnode *vp, *nvp; in nfscl_nget()
316 struct vnode *nvp; in nfscl_ngetreopen()
410 nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper, in nfscl_loadattrcache()
413 struct vnode *vp = *vpp; in nfscl_loadattrcache()
728 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, in nfscl_wcc_data()
828 struct vnode *vp, int flags, u_int32_t rdev) in nfscl_fillsattr()
944 nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p, in nfscl_request()

1...<<11121314151617181920>>...25