Values

EMPTY_PATH
comptime_int

Allow empty relative pathname

FDCWD
comptime_int

Special value used to indicate openat should use the current working directory

NO_AUTOMOUNT
comptime_int

Suppress terminal automount traversal

RECURSIVE
comptime_int

Apply to the entire subtree

REMOVEDIR
comptime_int

Remove directory instead of unlinking file

STATX_DONT_SYNC
comptime_int
  • Don’t sync attributes with the server
STATX_FORCE_SYNC
comptime_int
  • Force the attributes to be sync’d with the server
STATX_SYNC_AS_STAT
comptime_int
  • Do whatever stat() does
STATX_SYNC_TYPE
comptime_int

Type of synchronisation required from statx()

SYMLINK_FOLLOW
comptime_int

Follow symbolic links.

SYMLINK_NOFOLLOW
comptime_int

Do not follow symbolic links