Searched refs:selfevent (Results 1 – 2 of 2) sorted by relevance
697 int selfevent; in vn_inotify() local706 selfevent = IN_DELETE_SELF; in vn_inotify()714 selfevent = 0; in vn_inotify()719 selfevent = IN_MOVE_SELF; in vn_inotify()722 selfevent = IN_ATTRIB; in vn_inotify()725 selfevent = event; in vn_inotify()729 if ((selfevent & ~_IN_DIR_EVENTS) != 0) { in vn_inotify()730 inotify_log(vp, NULL, 0, selfevent | isdir, in vn_inotify()
4034 int selfevent; in cache_vop_inotify() local4037 selfevent = IN_ATTRIB; in cache_vop_inotify()4039 selfevent = event; in cache_vop_inotify()4040 inotify_log(vp, NULL, 0, selfevent | isdir, cookie); in cache_vop_inotify()