Searched refs:fhlenp (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_boot.c170 u_char *fhp, u_int32_t *fhlenp);
694 md_mount(mdsin, path, v3, sotype, fhp, fhlenp)
700 u_int32_t *fhlenp;
765 *fhlenp = fhlen;
770 *fhlenp = NFSX_V2FH;
H A Dnfs_vfsops.c4744 __unused int *fhlenp,
4742 nfs_vfs_vptofh( __unused vnode_t vp, __unused int *fhlenp, __unused unsigned char *fhp, __unused vfs_context_t ctx) argument
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c461 devfs_vptofh (__unused struct vnode *vp, __unused int *fhlenp, __unused unsigned char *fhp, __unused vfs_context_t ctx) argument
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c154 static int hfs_vptofh(struct vnode *vp, int *fhlenp, unsigned char *fhp, vfs_context_t context);
2750 hfs_vptofh(struct vnode *vp, int *fhlenp, unsigned char *fhp, __unused vfs_context_t context) argument
2758 if (*fhlenp < (int)sizeof(struct hfsfid))
2766 *fhlenp = sizeof(struct hfsfid);
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c572 VFS_VPTOFH(struct vnode * vp, int *fhlenp, unsigned char * fhp, vfs_context_t ctx) argument
594 error = (*vp->v_mount->mnt_op->vfs_vptofh)(vp, fhlenp, fhp, ctx);

Completed in 121 milliseconds