Searched refs:UNLINK_REMOVEDIR (Results 1 – 2 of 2) sorted by relevance
705 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()
95 UNLINK_REMOVEDIR = 1 << 0, enumerator