Searched refs:st_ino (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/tests/vfs/ |
| H A D | volfs_chroot.c | 81 …T_ASSERT_EQ(root_stat.st_ino, root_stat2.st_ino, "Verifing %s and %s are the same file", root_path… 84 T_ASSERT_EQ(fd_stat.st_ino, private_stat.st_ino, "Verifing %s was opened", private_path);
|
| H A D | openbyid_stress.c | 129 …: fsid {%d, %d}, inode %llu", buf_statfs.f_fsid.val[0], buf_statfs.f_fsid.val[1], buf_stat.st_ino); 149 if ((fd2 = openbyid_np(&buf_statfs.f_fsid, (fsobj_id_t *)&buf_stat.st_ino, 0)) < 0) { 171 buf_stat2.st_ino != buf_stat.st_ino) { 172 …sid {%d, %d}, inode %llu", buf_statfs2.f_fsid.val[0], buf_statfs2.f_fsid.val[1], buf_stat2.st_ino);
|
| H A D | chroot_unmount_stress.c | 95 if (sb.st_dev == targetsb.st_dev && sb.st_ino == targetsb.st_ino) { in lookup_thread()
|
| H A D | longpaths.c | 507 T_QUIET; T_ASSERT_TRUE(buf.dev == st.st_dev && buf.fileID == st.st_ino, CTXSTR); in test_getattrlist_relpath() 679 asprintf(&path, "/.vol/%d/%llu", st.st_dev, st.st_ino); in test_open_volfs() 686 T_QUIET; T_ASSERT_TRUE(volst.st_dev == st.st_dev && volst.st_ino == st.st_ino, in test_open_volfs() 688 CTXARGS, volst.st_dev, st.st_dev, volst.st_ino, st.st_ino); in test_open_volfs() 774 uint64_t fsobjid = st.st_ino; in test_openbyid_np() 843 T_QUIET; T_ASSERT_TRUE(st.st_dev == origst.st_dev && st.st_ino == origst.st_ino, in test_path_after_link()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | stat.h | 120 ino_t st_ino; /* inode's number */ member 170 __darwin_ino64_t st_ino; /* [XSI] File serial number */ \ 196 ino_t st_ino; /* [XSI] File serial number */ member 245 ino_t st_ino; /* [XSI] File serial number */ member 278 ino_t st_ino; /* [XSI] File serial number */ member 313 ino64_t st_ino; /* [XSI] File serial number */ member 345 ino64_t st_ino; /* [XSI] File serial number */ member
|
| /xnu-12377.41.6/tools/ |
| H A D | remote_build.sh | 211 REMOTEBUILDPATH="${REMOTEBUILDPATH}/$st_ino/${SRCNAME}/"
|
| /xnu-12377.41.6/libsyscall/wrappers/libproc/ |
| H A D | proc_listpidspath.c | 146 (sb->vst_ino != info->match_stat.st_ino)) { in check_file()
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 469 VATTR_RETURN(vap, va_fileid, stb.st_ino); in fdesc_attr()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | sys_pipe.c | 525 sb64->st_ino = (ino64_t)VM_KERNEL_ADDRHASH((uintptr_t)cpipe); in pipe_stat() 552 sb->st_ino = (ino_t)VM_KERNEL_ADDRHASH((uintptr_t)cpipe); in pipe_stat()
|
| H A D | uipc_usrreq.c | 751 sb64->st_ino = (ino64_t)unp->unp_ino; in uipc_sense() 758 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino; in uipc_sense()
|
| H A D | proc_info.c | 3814 vsbp->vst_ino = sbp->st_ino; in munge_vinfo_stat()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1570 sb64->st_ino = (ino64_t)va.va_fileid; in vn_stat_noauth() 1573 sb->st_ino = (ino_t)va.va_fileid; in vn_stat_noauth()
|
| H A D | vfs_syscalls.c | 677 graft_dir_ino = (uint64_t) sb.st_ino; in graft_secureboot_cryptex() 14495 usbp->st_ino = sbp->st_ino; in munge_user64_stat() 14532 usbp->st_ino = sbp->st_ino; in munge_user32_stat() 14572 usbp->st_ino = sbp->st_ino; in munge_user64_stat64() 14613 usbp->st_ino = sbp->st_ino; in munge_user32_stat64()
|