Home
last modified time | relevance | path

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

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