Home
last modified time | relevance | path

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

/xnu-11417.101.15/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-11417.101.15/tests/vfs/
H A Dlongpaths.c505 T_QUIET; T_ASSERT_TRUE(buf.dev == st.st_dev && buf.fileID == st.st_ino, CTXSTR); in test_getattrlist_relpath()
676 asprintf(&path, "/.vol/%d/%llu", st.st_dev, st.st_ino); in test_open_volfs()
683 T_QUIET; T_ASSERT_TRUE(volst.st_dev == st.st_dev && volst.st_ino == st.st_ino, in test_open_volfs()
685 CTXARGS, volst.st_dev, st.st_dev, volst.st_ino, st.st_ino); in test_open_volfs()
771 uint64_t fsobjid = st.st_ino; in test_openbyid_np()
840 T_QUIET; T_ASSERT_TRUE(st.st_dev == origst.st_dev && st.st_ino == origst.st_ino, in test_path_after_link()
/xnu-11417.101.15/tools/
H A Dremote_build.sh211 REMOTEBUILDPATH="${REMOTEBUILDPATH}/$st_ino/${SRCNAME}/"
/xnu-11417.101.15/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c146 (sb->vst_ino != info->match_stat.st_ino)) { in check_file()
/xnu-11417.101.15/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c457 VATTR_RETURN(vap, va_fileid, stb.st_ino); in fdesc_attr()
/xnu-11417.101.15/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.c3774 vsbp->vst_ino = sbp->st_ino; in munge_vinfo_stat()
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_vnops.c1533 sb64->st_ino = (ino64_t)va.va_fileid; in vn_stat_noauth()
1536 sb->st_ino = (ino_t)va.va_fileid; in vn_stat_noauth()
H A Dvfs_syscalls.c657 graft_dir_ino = (uint64_t) sb.st_ino; in graft_secureboot_cryptex()
14133 usbp->st_ino = sbp->st_ino; in munge_user64_stat()
14170 usbp->st_ino = sbp->st_ino; in munge_user32_stat()
14210 usbp->st_ino = sbp->st_ino; in munge_user64_stat64()
14251 usbp->st_ino = sbp->st_ino; in munge_user32_stat64()