Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h83 #define DN_DELETE 0x00000008 /* File removed */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h83 #define DN_DELETE 0x00000008 /* File removed */ macro
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst22 DN_DELETE A file was unlinked from directory
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c208 if (arg & DN_DELETE) in convert_arg()