Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddnotify.rst26 DN_DELETE 目录中的文件被取消链接
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h100 #define DN_DELETE 0x00000008 /* File removed */ macro
/linux/Documentation/filesystems/
H A Ddnotify.rst22 DN_DELETE A file was unlinked from directory
/linux/fs/notify/dnotify/
H A Ddnotify.c206 if (arg & DN_DELETE) in convert_arg()