Home
last modified time | relevance | path

Searched refs:st_ino (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/tests/vfs/
H A Dvolfs_chroot.c81 …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 Dopenbyid_stress.c129 …: 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 Dchroot_unmount_stress.c95 if (sb.st_dev == targetsb.st_dev && sb.st_ino == targetsb.st_ino) { in lookup_thread()
H A Dlongpaths.c507 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 Dstat.h120 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 Dremote_build.sh211 REMOTEBUILDPATH="${REMOTEBUILDPATH}/$st_ino/${SRCNAME}/"
/xnu-12377.41.6/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c146 (sb->vst_ino != info->match_stat.st_ino)) { in check_file()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c469 VATTR_RETURN(vap, va_fileid, stb.st_ino); in fdesc_attr()
/xnu-12377.41.6/bsd/kern/
H A Dsys_pipe.c525 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 Duipc_usrreq.c751 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 Dproc_info.c3814 vsbp->vst_ino = sbp->st_ino; in munge_vinfo_stat()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1570 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 Dvfs_syscalls.c677 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()