Home
last modified time | relevance | path

Searched refs:DN_ATTRIB (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.rst28 DN_ATTRIB 目录中的文件属性被更改(chmod,chown)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h102 #define DN_ATTRIB 0x00000020 /* File changed attibutes */ macro
/linux/Documentation/filesystems/
H A Ddnotify.rst24 DN_ATTRIB A file in the directory had its attributes
/linux/fs/notify/dnotify/
H A Ddnotify.c212 if (arg & DN_ATTRIB) in convert_arg()