Searched refs:__DARWIN_INODE64 (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/sys/ |
| H A D | stat.h | 563 int fstat(int, struct stat *) __DARWIN_INODE64(fstat); 564 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat); 567 int stat(const char *, struct stat *) __DARWIN_INODE64(stat); 573 int fstatat(int, const char *, struct stat *, int) __DARWIN_INODE64(fstatat) __OSX_AVAILABLE_ST… 596 int fstatx_np(int, struct stat *, filesec_t) __DARWIN_INODE64(fstatx_np); 599 int lstatx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(lstatx_np); 602 int statx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(statx_np);
|
| H A D | mount.h | 1523 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs); 1528 int getfsstat(struct statfs *, int, int) __DARWIN_INODE64(getfsstat); 1532 int getmntinfo(struct statfs **, int) __DARWIN_INODE64(getmntinfo); 1533 int getmntinfo_r_np(struct statfs **, int) __DARWIN_INODE64(getmntinfo_r_np) 1541 int statfs(const char *, struct statfs *) __DARWIN_INODE64(statfs);
|
| H A D | cdefs.h | 785 #define __DARWIN_INODE64(sym) __asm("_" __STRING(sym) __DARWIN_SUF_64_BIT_INO_T) macro
|