Searched refs:st_dev (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.101.15/bsd/sys/ |
| H A D | stat.h | 119 __uint16_t st_dev; /* inode's device */ member 167 dev_t st_dev; /* [XSI] ID of device containing file */ \ 195 dev_t st_dev; /* [XSI] ID of device containing file */ member 244 dev_t st_dev; /* [XSI] ID of device containing file */ member 277 dev_t st_dev; /* [XSI] ID of device containing file */ member 310 dev_t st_dev; /* [XSI] ID of device containing file */ member 342 dev_t st_dev; /* [XSI] ID of device containing file */ member
|
| /xnu-11417.101.15/tests/vfs/ |
| H A D | longpaths.c | 505 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() 770 fsid_t fsid = {st.st_dev, 0}; 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/libsyscall/wrappers/libproc/ |
| H A D | proc_listpidspath.c | 140 if (sb->vst_dev != info->match_stat.st_dev) { in check_file() 220 …buf_used = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO3, info->match_stat.st_dev, &rwpi, sizeof(rwpi)… in check_process_text()
|
| /xnu-11417.101.15/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 456 VATTR_RETURN(vap, va_fsid, stb.st_dev); in fdesc_attr()
|
| /xnu-11417.101.15/bsd/vfs/ |
| H A D | vfs_vnops.c | 1532 sb64->st_dev = va.va_fsid; in vn_stat_noauth() 1535 sb->st_dev = va.va_fsid; in vn_stat_noauth()
|
| H A D | vfs_syscalls.c | 14132 usbp->st_dev = sbp->st_dev; in munge_user64_stat() 14169 usbp->st_dev = sbp->st_dev; in munge_user32_stat() 14209 usbp->st_dev = sbp->st_dev; in munge_user64_stat64() 14250 usbp->st_dev = sbp->st_dev; in munge_user32_stat64()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | uipc_usrreq.c | 750 sb64->st_dev = NODEV; in uipc_sense() 757 sb->st_dev = NODEV; in uipc_sense()
|
| H A D | proc_info.c | 3771 vsbp->vst_dev = sbp->st_dev; in munge_vinfo_stat()
|