Searched refs:hfs_vfs_vget (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c85 extern int hfs_vfs_vget (struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1639 /* We need to call hfs_vfs_vget to leverage the code that will
1644 if ((error = hfs_vfs_vget(HFSTOVFS(hfsmp), cnid, &file_vp, context))) {
H A Dhfs_vfsops.c143 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
3171 * hfs_vfs_vget is not static since it is used in hfs_readwrite.c to support
3177 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context) function
7771 hfs_vfs_vget,

Completed in 30 milliseconds