Searched refs:__DARWIN_INODE64 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | stat.h | 562 int fstat(int, struct stat *) __DARWIN_INODE64(fstat); 563 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat); 566 int stat(const char *, struct stat *) __DARWIN_INODE64(stat); 572 int fstatat(int, const char *, struct stat *, int) __DARWIN_INODE64(fstatat) __OSX_AVAILABLE_ST… 591 int fstatx_np(int, struct stat *, filesec_t) __DARWIN_INODE64(fstatx_np); 594 int lstatx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(lstatx_np); 597 int statx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(statx_np);
|
| H A D | mount.h | 1482 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs); 1487 int getfsstat(struct statfs *, int, int) __DARWIN_INODE64(getfsstat); 1491 int getmntinfo(struct statfs **, int) __DARWIN_INODE64(getmntinfo); 1492 int getmntinfo_r_np(struct statfs **, int) __DARWIN_INODE64(getmntinfo_r_np) 1500 int statfs(const char *, struct statfs *) __DARWIN_INODE64(statfs);
|
| H A D | cdefs.h | 764 #define __DARWIN_INODE64(sym) __asm("_" __STRING(sym) __DARWIN_SUF_64_BIT_INO_T) macro
|