Home
last modified time | relevance | path

Searched refs:DN_DELETE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h88 #define DN_DELETE 0x00000008 /* File removed */ macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h88 #define DN_DELETE 0x00000008 /* File removed */ macro
/linux-6.15/Documentation/filesystems/
H A Ddnotify.rst22 DN_DELETE A file was unlinked from directory
/linux-6.15/fs/notify/dnotify/
H A Ddnotify.c206 if (arg & DN_DELETE) in convert_arg()