Searched refs:IN_MOVE_SELF (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dinotify.h15 IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \
/linux-master/include/uapi/linux/
H A Dinotify.h41 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
69 IN_MOVE_SELF)
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c114 if (mask & (IN_MOVE_SELF | IN_DELETE_SELF))
H A Dinotify_user.c856 BUILD_BUG_ON(IN_MOVE_SELF != FS_MOVE_SELF);

Completed in 112 milliseconds