Searched refs:selfevent (Results 1 – 2 of 2) sorted by relevance
715 int selfevent; in vn_inotify() local724 selfevent = IN_DELETE_SELF; in vn_inotify()732 selfevent = 0; in vn_inotify()736 selfevent = IN_MOVE_SELF; in vn_inotify()739 selfevent = IN_ATTRIB; in vn_inotify()742 selfevent = event; in vn_inotify()746 if ((selfevent & ~_IN_DIR_EVENTS) != 0) in vn_inotify()747 inotify_log(vp, NULL, 0, selfevent | isdir, 0); in vn_inotify()
4094 int selfevent; in cache_vop_inotify() local4097 selfevent = IN_ATTRIB; in cache_vop_inotify()4099 selfevent = event; in cache_vop_inotify()4100 inotify_log(vp, NULL, 0, selfevent | isdir, cookie); in cache_vop_inotify()