Searched defs:vpp (Results 1 - 21 of 21) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c154 hfs_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, int *cnode_locked) argument
449 struct vnode **vpp local
[all...]
H A Dhfs_chash.c297 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, argument
H A Dhfs_cnode.c957 hfs_getnewvnode( struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, struct cat_desc *descp, int flags, struct cat_attr *attrp, struct cat_fork *forkp, struct vnode **vpp, int *out_flags) argument
[all...]
H A Dhfs_hotfiles.c1677 hfc_btree_open(struct hfsmount *hfsmp, struct vnode **vpp) argument
H A Dhfs_readwrite.c2385 hfs_bmap(struct vnode *vp, daddr_t bn, struct vnode **vpp, daddr64_t *bnp, unsigned int *runp) argument
H A Dhfs_vnops.c215 struct vnode **vpp = ap->a_vpp; local
4311 struct vnode **vpp = ap->a_vpp; local
5066 hfs_makenode(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, argument
[all...]
H A Dhfs_vfsops.c2338 hfs_vfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t context) argument
2706 hfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, __unused vfs_context_t context) argument
3177 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context) argument
3227 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock, int allow_deleted) argument
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c267 devfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t ctx) argument
443 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
454 devfs_fhtovp (__unused struct mount *mp, __unused int fhlen, __unused unsigned char *fhp, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
H A Ddevfs_fdesc_support.c208 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fdno) argument
301 struct vnode **vpp = ap->a_vpp; local
[all...]
H A Ddevfs_vnops.c1103 struct vnode * * vpp = ap->a_vpp; local
1234 struct vnode ** vpp = ap->a_vpp; local
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1401 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1624 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) argument
H A Dvfs_cache.c1393 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
H A Dkpi_vfs.c338 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) argument
504 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) argument
538 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char * fhp, vnode_t * vpp, vfs_context_t ctx) argument
3012 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) argument
3082 VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, uint32_t *statusp, struct vnode_attr *vap, vfs_context_t ctx) argument
3159 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
3274 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
4246 VNOP_COMPOUND_REMOVE(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
4849 vn_mkdir(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4880 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx) argument
4926 VNOP_COMPOUND_MKDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4964 vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
5047 VNOP_COMPOUND_RMDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
5264 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
5906 vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
[all...]
H A Dvfs_subr.c1305 bdevvp(dev_t dev, vnode_t *vpp) argument
1384 struct vnode **vpp; local
3716 new_vnode(vnode_t *vpp) argument
4473 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) argument
4981 vnode_lookup(const char *path, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5014 vnode_open(const char *path, int fmode, int cmode, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5094 vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
5147 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c638 fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c704 vnode_t *vpp = (vnode_t *)vptr; local
H A Dkern_descrip.c3619 file_vnode(int fd, struct vnode **vpp) argument
3680 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t * vidp) argument
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c3180 nfsrv_fhtovp( struct nfs_filehandle *nfhp, struct nfsrv_descript *nd, vnode_t *vpp, struct nfs_export **nxp, struct nfs_export_options **nxop) argument
H A Dnfs_vfsops.c1033 nfs_mount_diskless( struct nfs_dlmount *ndmntp, const char *mntname, int mntflag, vnode_t *vpp, mount_t *mpp, vfs_context_t ctx) argument
1190 nfs_mount_diskless_private( struct nfs_dlmount *ndmntp, const char *mntname, int mntflag, vnode_t *vpp, mount_t *mpp, vfs_context_t ctx) argument
2627 mountnfs( char *xdrbuf, mount_t mp, vfs_context_t ctx, vnode_t *vpp) argument
4370 nfs_vfs_root(mount_t mp, vnode_t *vpp, __unused vfs_context_t ctx) argument
4711 nfs_vfs_vget( __unused mount_t mp, __unused ino64_t ino, __unused vnode_t *vpp, __unused vfs_context_t ctx) argument
4726 nfs_vfs_fhtovp( __unused mount_t mp, __unused int fhlen, __unused unsigned char *fhp, __unused vnode_t *vpp, __unused vfs_context_t ctx) argument
[all...]
H A Dnfs4_vnops.c6121 vnode_t *vpp = ap->a_vpp; local
4520 nfs4_open_rpc( struct nfs_open_file *nofp, vfs_context_t ctx, struct componentname *cnp, struct vnode_attr *vap, vnode_t dvp, vnode_t *vpp, int create, int share_access, int share_deny) argument
4539 nfs4_open_reopen_rpc( struct nfs_open_file *nofp, thread_t thd, kauth_cred_t cred, struct componentname *cnp, vnode_t dvp, vnode_t *vpp, int share_access, int share_deny) argument
4618 nfs4_open_rpc_internal( struct nfs_open_file *nofp, vfs_context_t ctx, thread_t thd, kauth_cred_t cred, struct componentname *cnp, struct vnode_attr *vap, vnode_t dvp, vnode_t *vpp, int create, int share_access, int share_deny) argument
[all...]
H A Dnfs_vnops.c2010 vnode_t *vpp = ap->a_vpp; local
3324 vnode_t *vpp = ap->a_vpp; local
[all...]

Completed in 169 milliseconds