Home
last modified time | relevance | path

Searched refs:AT_HANDLE_FID (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dfs_at_flags.sh21 grep -v AT_HANDLE_FID | \
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/include/uapi/linux/
H A Dfcntl.h183 #define AT_HANDLE_FID 0x200 /* File handle is needed to compare macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h183 #define AT_HANDLE_FID 0x200 /* File handle is needed to compare macro
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c471 #ifndef AT_HANDLE_FID
472 #define AT_HANDLE_FID 0x200 macro
490 …ASSERT_EQ(name_to_handle_at(self->child_pidfd2, "", fh, &mnt_id, AT_EMPTY_PATH | AT_HANDLE_FID), 0… in TEST_F()