Searched refs:AT_FDONLY (Results 1 – 2 of 2) sorted by relevance
214 #define AT_FDONLY 0x0400 /* Use only the fd and Ignore the path for fstatat(2) */ macro
7430 if (flag & AT_FDONLY) { in fstatat_internal()7709 …if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY | AT_RESO… in fstatat()7721 …if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY | AT_RESO… in fstatat64()