Home
last modified time | relevance | path

Searched refs:FAN_REPORT_FID (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfanotify.h17 #ifndef FAN_REPORT_FID
18 #define FAN_REPORT_FID 0x00000200 macro
33 FAN_REPORT_FID | FAN_REPORT_TARGET_FID)
38 #define FAN_REPORT_DFID_NAME_FID (FAN_REPORT_DFID_NAME | FAN_REPORT_FID)
41 #define FAN_REPORT_DFID_FID (FAN_REPORT_DIR_FID | FAN_REPORT_FID)
121 #define FANOTIFY_REQUIRED_USER_INIT_FLAGS (FAN_REPORT_FID)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify01.c59 "inode mark events (FAN_REPORT_FID)",
61 FAN_CLASS_NOTIF|FAN_REPORT_FID
64 "mount mark events (FAN_REPORT_FID)",
66 FAN_CLASS_NOTIF|FAN_REPORT_FID
69 "filesystem mark events (FAN_REPORT_FID)",
71 FAN_CLASS_NOTIF|FAN_REPORT_FID
94 if (fan_report_fid_unsupported && (tc->init_flags & FAN_REPORT_FID)) { in test_fanotify()
95 FANOTIFY_INIT_FLAGS_ERR_MSG(FAN_REPORT_FID, fan_report_fid_unsupported); in test_fanotify()
273 (tc->init_flags & FAN_REPORT_FID))) in test_fanotify()
343 fan_report_fid_unsupported = fanotify_init_flags_supported_on_fs(FAN_REPORT_FID, fnam in setup()
[all...]
H A Dfanotify14.c14 * mask value has been specified in conjunction with FAN_REPORT_FID.
69 /* FAN_REPORT_FID without class FAN_CLASS_NOTIF is not valid */
71 .init = FLAGS_DESC(FAN_CLASS_CONTENT | FAN_REPORT_FID),
75 /* FAN_REPORT_FID without class FAN_CLASS_NOTIF is not valid */
77 .init = FLAGS_DESC(FAN_CLASS_PRE_CONTENT | FAN_REPORT_FID),
81 /* INODE_EVENTS in mask without class FAN_REPORT_FID are not valid */
91 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID),
105 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID | FAN_REPORT_NAME),
109 /* FAN_REPORT_TARGET_FID without FAN_REPORT_FID is not valid */
320 /* Require FAN_REPORT_FID suppor in do_setup()
[all...]
H A Dfanotify23.c92 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_REPORT_FID | in test_fanotify()
234 REQUIRE_FANOTIFY_EVENTS_SUPPORTED_ON_FS(FAN_CLASS_NOTIF|FAN_REPORT_FID, in setup()
H A Dfanotify22.c297 REQUIRE_FANOTIFY_EVENTS_SUPPORTED_ON_FS(FAN_CLASS_NOTIF|FAN_REPORT_FID, in setup()
302 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF|FAN_REPORT_FID, in setup()
H A Dfanotify13.c10 * Validate that the values returned within an event when FAN_REPORT_FID is
149 "Test #%d.%d: FAN_REPORT_FID with mark flag: %s", in do_test()
162 fanotify_fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_REPORT_FID, O_RDONLY); in do_test()
209 /* File descriptor is redundant with FAN_REPORT_FID */ in do_test()
306 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, mnt); in do_setup()
319 * Create a mark on first inode without FAN_REPORT_FID, to test in do_setup()
H A Dfanotify15.c11 * Test file that has been purposely designed to verify FAN_REPORT_FID
64 "FAN_REPORT_FID on filesystem including FAN_DELETE_SELF",
69 "FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD",
276 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_DIR); in do_setup()
277 fanotify_fd = SAFE_FANOTIFY_INIT(FAN_REPORT_FID, O_RDONLY); in do_setup()
H A Dfanotify20.c43 FLAGS_DESC(FAN_REPORT_PIDFD | FAN_REPORT_FID | FAN_REPORT_DFID_NAME),
H A Dfanotify18.c54 "init_flags: missing FAN_REPORT_FID",
166 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
H A Dfanotify17.c217 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
H A Dfanotify19.c269 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
H A Dfanotify16.c15 * - FAN_REPORT_DIR_FID | FAN_REPORT_FID (dir fid + child fid)
16 * - FAN_REPORT_DFID_NAME | FAN_REPORT_FID (dir fid + name + child fid)
360 * directory entry modification events above, unless FAN_REPORT_FID is in do_test()
361 * set and child fid is reported. If FAN_REPORT_FID is set but in do_test()
412 * Filesystem watch gets self event w/o name info if FAN_REPORT_FID in do_test()
415 if (fs_mark && (group->flag & FAN_REPORT_FID)) { in do_test()
555 if (!(group->flag & FAN_REPORT_FID)) in do_test()
H A Dfanotify10.c682 /* Only FAN_REPORT_FID reports the FAN_ONDIR flag in events on dirs */ in verify_event()
683 if (!(fanotify_class[p] & FAN_REPORT_FID)) in verify_event()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h72 #define FAN_REPORT_FID 0x200 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h72 #define FAN_REPORT_FID 0x200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h72 #define FAN_REPORT_FID 0x200 macro
/third_party/musl/include/sys/
H A Dfanotify.h73 #define FAN_REPORT_FID 0x200 macro

Completed in 9 milliseconds