Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h89 #define DN_RENAME 0x00000010 /* File renamed */ macro
/linux/include/uapi/linux/
H A Dfcntl.h89 #define DN_RENAME 0x00000010 /* File renamed */ macro
/linux/Documentation/filesystems/
H A Ddnotify.rst23 DN_RENAME A file in the directory was renamed
/linux/fs/notify/dnotify/
H A Ddnotify.c214 if (arg & DN_RENAME) in convert_arg()