/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify.h | 47 rval = fanotify_mark(fd, flags, mask, dfd, pathname); in safe_fanotify_mark() 51 "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed", in safe_fanotify_mark() 57 "invalid fanotify_mark() return %d", rval); in safe_fanotify_mark() 142 if (fanotify_mark(fd, FAN_MARK_ADD, FAN_ACCESS_PERM, AT_FDCWD, ".") < 0) { in require_fanotify_access_permissions_supported_by_kernel() 148 "fanotify_mark (%d, FAN_MARK_ADD, FAN_ACCESS_PERM, AT_FDCWD, \".\") failed", fd); in require_fanotify_access_permissions_supported_by_kernel() 164 if (fanotify_mark(fd, FAN_MARK_ADD | mark_flags, mask, AT_FDCWD, ".") < 0) { in fanotify_events_supported_by_kernel() 169 "fanotify_mark (%d, FAN_MARK_ADD, ..., AT_FDCWD, \".\") failed", fd); in fanotify_events_supported_by_kernel() 200 if (fname && fanotify_mark(fd, FAN_MARK_ADD, FAN_ACCESS, AT_FDCWD, fname) < 0) { in fanotify_init_flags_supported_on_fs() 205 "fanotify_mark (%d, FAN_MARK_ADD, ..., AT_FDCWD, %s) failed", in fanotify_init_flags_supported_on_fs() 253 if (fanotify_mark(f in fanotify_mark_supported_by_kernel() [all...] |
H A D | fanotify23.c | 70 ret = fanotify_mark(fd_notify, FAN_MARK_REMOVE, in verify_mark_removed() 106 ret = fanotify_mark(fd_notify, FAN_MARK_ADD | FAN_MARK_EVICTABLE, in test_fanotify()
|
H A D | fanotify15.c | 109 fanotify_mark(fanotify_fd, FAN_MARK_ADD | mark->flag, in do_test() 113 "fanotify_mark(%d, FAN_MARK_ADD | %s, " in do_test() 160 fanotify_mark(fanotify_fd, FAN_MARK_ADD | mark->flag, in do_test() 164 "fanotify_mark(%d, FAN_MARK_ADD | %s, " in do_test()
|
H A D | fanotify18.c | 128 if (fanotify_mark(fd_notify, tc->mark_flags, tc->mark_mask, AT_FDCWD, in test_fanotify() 142 "fanotify_mark(%d, %lx, %llx, AT_FDCWD, %s) " in test_fanotify() 151 "fanotify_init() and fanotify_mark() returned successfully, " in test_fanotify()
|
H A D | fanotify17.c | 103 ret = fanotify_mark(fd, FAN_MARK_ADD, FAN_OPEN, AT_FDCWD, in verify_user_limits() 142 "ret=%d, fanotify_mark(%d, FAN_MARK_ADD, FAN_OPEN, " in verify_user_limits()
|
H A D | fanotify19.c | 172 if (fanotify_mark(fd_notify, FAN_MARK_ADD, FAN_ALL_EVENTS, in test_fanotify() 175 "fanotify_mark(%d, FAN_MARK_ADD, %d, " in test_fanotify()
|
H A D | fanotify04.c | 56 if (fanotify_mark(fd_notify, FAN_MARK_ADD | flag, FAN_OPEN, AT_FDCWD, in check_mark() 59 "fanotify_mark (%d, FAN_MARK_ADD | %s, FAN_OPEN, " in check_mark() 64 "fanotify_mark (%d, FAN_MARK_ADD | %s, FAN_OPEN, " in check_mark()
|
H A D | fanotify14.c | 12 * system calls fanotify_init(2) and fanotify_mark(2) return the 286 TST_EXP_FD_OR_FAIL(fanotify_mark(fanotify_fd, FAN_MARK_ADD | tc->mark.flags, in do_test()
|
/third_party/musl/src/linux/ |
H A D | fanotify.c | 9 int fanotify_mark(int fanotify_fd, unsigned flags, unsigned long long mask, in fanotify_mark() function
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | fanotify_init.c | 43 int result = fanotify_mark(fd, in fanotify_init_0100() 50 t_error("%s fanotify_mark (...) failed\n", __func__); in fanotify_init_0100()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 100 int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 100 int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 100 int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 106 int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 364 pub fn fanotify_mark( in fanotify_mark() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 743 // Musl targets need the `mask` argument of `fanotify_mark` be specified 746 pub fn fanotify_mark( in fanotify_mark() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1217 pub fn fanotify_mark( in fanotify_mark() functions
|