Home
last modified time | relevance | path

Searched refs:DN_RENAME (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfcntl.h52 #define DN_RENAME 0x00000010 /* File renamed */ macro
/linux-4.1.27/Documentation/filesystems/
Ddnotify.txt19 DN_RENAME A file in the directory was renamed
/linux-4.1.27/fs/notify/dnotify/
Ddnotify.c208 if (arg & DN_RENAME) in convert_arg()