Searched refs:ino64_t (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_ino64_t.h30 typedef __darwin_ino64_t ino64_t; /* 64bit inode number */ typedef
/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h155 ino64_t ino;
H A Dstat.h116 typedef __darwin_ino64_t ino64_t; /* 64bit inode number */ typedef
356 ino64_t st_ino; /* [XSI] File serial number */
388 ino64_t st_ino; /* [XSI] File serial number */
H A Dtypes.h141 typedef __darwin_ino64_t ino64_t; /* 64bit inode number */ typedef
H A Dmount.h618 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
714 extern int VFS_VGET(mount_t, ino64_t, vnode_t *, vfs_context_t);
1174 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c75 ino64_t ino;
622 cur->ino = (ino64_t)va.va_fileid;
681 cur->ino = (ino64_t)fse->ino;
1297 finfo_size = sizeof(dev_t) + sizeof(ino64_t) + sizeof(int32_t) + sizeof(uid_t) + sizeof(gid_t);
2335 fse->ino = (ino64_t)vap->va_fileid;
H A Dvfs_lookup.c1624 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx)
1669 ino64_t ino;
H A Dvfs_cache.c424 if ((ret = VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx)))
H A Dvfs_vnops.c1134 sb64->st_ino = (ino64_t)va.va_fileid;
H A Dkpi_vfs.c504 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx)
H A Dvfs_syscalls.c9242 error = VFS_VGET(mp, (ino64_t)uap->objid, &vp, ctx);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c443 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c3411 ino64_t fileid_64 = (ino64_t)fileid;
3418 ino64_t fileid_64 = (ino64_t)fileid;
H A Dhfs_vfsops.c143 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
3177 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context)
H A Dhfs_readwrite.c85 extern int hfs_vfs_vget (struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c554 sb64->st_ino = (ino64_t)VM_KERNEL_ADDRPERM((uintptr_t)cpipe);
H A Duipc_usrreq.c623 sb64->st_ino = (ino64_t)unp->unp_ino;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c4247 if ((error = VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx))) {
4275 if (VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx)) {
H A Dnfs_vfsops.c197 int nfs_vfs_vget(mount_t, ino64_t, vnode_t *, vfs_context_t);
4713 __unused ino64_t ino,

Completed in 268 milliseconds