Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h75 #define DN_ATTRIB 0x00000020 /* File changed attibutes */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h75 #define DN_ATTRIB 0x00000020 /* File changed attibutes */ macro
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt20 DN_ATTRIB A file in the directory had its attributes
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c210 if (arg & DN_ATTRIB) in convert_arg()