Home
last modified time | relevance | path

Searched refs:AT_REALDEV (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h213 #define AT_REALDEV 0x0200 /* Return real device inodes resides on for fstatat(2) */ macro
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c7046 needsrealdev = flag & AT_REALDEV ? 1 : 0; in fstatat_internal()
7291 if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY)) { in fstatat()
7303 if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY)) { in fstatat64()