Home
last modified time | relevance | path

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

/linux/fs/
H A Dfhandle.c138 if (flag & ~(AT_SYMLINK_FOLLOW | AT_EMPTY_PATH | AT_HANDLE_FID | in SYSCALL_DEFINE5()
151 flag & (AT_HANDLE_FID | AT_EMPTY_PATH)) in SYSCALL_DEFINE5()
153 else if (flag & AT_HANDLE_FID) in SYSCALL_DEFINE5()
/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/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h152 #define AT_HANDLE_FID 0x200 /* File handle is needed to compare macro
/linux/include/uapi/linux/
H A Dfcntl.h152 #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()