Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddnotify.h29 FS_CREATE | FS_RENAME |\
H A Dfsnotify.h258 __u32 rename_mask = FS_RENAME; in fsnotify_move()
/linux/fs/notify/
H A Dfsnotify.c338 * For FS_RENAME, 'dir' is old dir and 'data' is new dentry. in fsnotify_handle_event()
339 * The only ->handle_inode_event() backend that supports FS_RENAME is in fsnotify_handle_event()
342 if (mask & FS_RENAME) { in fsnotify_handle_event()
562 /* For FS_RENAME, inode is old_dir and inode2 is new_dir */ in fsnotify()
563 if (mask & FS_RENAME) { in fsnotify()
/linux/fs/notify/dnotify/
H A Ddnotify.c215 new_mask |= FS_RENAME; in convert_arg()
/linux/fs/notify/fanotify/
H A Dfanotify.c957 BUILD_BUG_ON(FAN_RENAME != FS_RENAME); in fanotify_handle_event()