Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dfs-util.c705 assert((flags & ~(UNLINK_REMOVEDIR|UNLINK_ERASE)) == 0); in unlinkat_deallocate()
723 if (!FLAGS_SET(flags, UNLINK_REMOVEDIR)) { in unlinkat_deallocate()
739 if (unlinkat(fd, name, FLAGS_SET(flags, UNLINK_REMOVEDIR) ? AT_REMOVEDIR : 0) < 0) in unlinkat_deallocate()
Dfs-util.h95 UNLINK_REMOVEDIR = 1 << 0, enumerator