Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h73 #define DN_DELETE 0x00000008 /* File removed */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h73 #define DN_DELETE 0x00000008 /* File removed */ macro
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt18 DN_DELETE A file was unlinked from directory
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c204 if (arg & DN_DELETE) in convert_arg()