Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h85 #define DN_ATTRIB 0x00000020 /* File changed attibutes */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h85 #define DN_ATTRIB 0x00000020 /* File changed attibutes */ macro
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst24 DN_ATTRIB A file in the directory had its attributes
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c214 if (arg & DN_ATTRIB) in convert_arg()