Home
last modified time | relevance | path

Searched refs:FAN_REPORT_DIR_FID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h60 #define FAN_REPORT_DIR_FID 0x00000400 /* Report unique directory id */ macro
65 #define FAN_REPORT_DFID_NAME (FAN_REPORT_DIR_FID | FAN_REPORT_NAME)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1456 if ((fid_mode & FAN_REPORT_NAME) && !(fid_mode & FAN_REPORT_DIR_FID)) in SYSCALL_DEFINE2()
1852 if ((fid_mode & FAN_REPORT_DIR_FID) && in do_fanotify_mark()
H A Dfanotify.c731 if ((fid_mode & FAN_REPORT_DIR_FID) && dirid) { in fanotify_alloc_event()