Searched refs:FS_MOVE_SELF (Results 1 - 6 of 6) sorted by path

/linux-master/fs/notify/fanotify/
H A Dfanotify.c903 BUILD_BUG_ON(FAN_MOVE_SELF != FS_MOVE_SELF);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c856 BUILD_BUG_ON(IN_MOVE_SELF != FS_MOVE_SELF);
/linux-master/include/linux/
H A Dfsnotify.h213 fsnotify_inode(source, FS_MOVE_SELF);
H A Dfsnotify_backend.h42 #define FS_MOVE_SELF 0x00000800 /* Self was moved */ macro
103 FS_DELETE_SELF | FS_MOVE_SELF | \
/linux-master/kernel/
H A Daudit_fsnotify.c39 FS_MOVE_SELF)
171 } else if (mask & (FS_DELETE_SELF|FS_UNMOUNT|FS_MOVE_SELF)) {
H A Daudit_watch.c56 FS_MOVE_SELF | FS_UNMOUNT)
483 else if (mask & (FS_DELETE_SELF|FS_UNMOUNT|FS_MOVE_SELF))

Completed in 164 milliseconds