Searched refs:FAN_REPORT_FID (Results 1 - 17 of 17) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | fanotify.h | 17 #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 D | fanotify01.c | 59 "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 D | fanotify14.c | 14 * 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 D | fanotify23.c | 92 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 D | fanotify22.c | 297 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 D | fanotify13.c | 10 * 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 D | fanotify15.c | 11 * 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 D | fanotify20.c | 43 FLAGS_DESC(FAN_REPORT_PIDFD | FAN_REPORT_FID | FAN_REPORT_DFID_NAME),
|
H A D | fanotify18.c | 54 "init_flags: missing FAN_REPORT_FID", 166 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
|
H A D | fanotify17.c | 217 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
|
H A D | fanotify19.c | 269 REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(FAN_REPORT_FID, TEST_FILE); in setup()
|
H A D | fanotify16.c | 15 * - 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 D | fanotify10.c | 682 /* 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 D | fanotify.h | 72 #define FAN_REPORT_FID 0x200 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 72 #define FAN_REPORT_FID 0x200 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 72 #define FAN_REPORT_FID 0x200 macro
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 73 #define FAN_REPORT_FID 0x200 macro
|
Completed in 9 milliseconds