Home
last modified time | relevance | path

Searched refs:flistxattr (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_xattr_test.c72 ret = flistxattr(self->child_pidfd, list, sizeof(list)); in TEST_F()
111 ret = flistxattr(self->child_pidfd, list, sizeof(list)); in TEST_F()
127 ret = flistxattr(self->child_pidfd, list, sizeof(list)); in TEST_F()
/linux/tools/testing/selftests/filesystems/
H A Dkernfs_test.c20 ASSERT_EQ(flistxattr(fd, NULL, 0), 0); in TEST()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl199 188 n64 flistxattr sys_flistxattr
/linux/scripts/
H A Dsyscall.tbl25 13 common flistxattr sys_flistxattr
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl25 13 common flistxattr sys_flistxattr
H A Dsyscall_32.tbl249 234 common flistxattr sys_flistxattr
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl25 13 common flistxattr sys_flistxattr
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl189 232 common flistxattr sys_flistxattr
/linux/tools/scripts/
H A Dsyscall.tbl25 13 common flistxattr sys_flistxattr
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl275 246 common flistxattr sys_flistxattr
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl244 234 common flistxattr sys_flistxattr
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl89 78 common flistxattr sys_flistxattr
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl208 196 common flistxattr sys_flistxattr
H A Dsyscall_32.tbl249 234 i386 flistxattr sys_flistxattr
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl323 390 common flistxattr sys_flistxattr
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl252 234 common flistxattr sys_flistxattr
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl217 180 common flistxattr sys_flistxattr
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl277 217 common flistxattr sys_flistxattr
/linux/fs/
H A Dxattr.c997 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) in SYSCALL_DEFINE3() argument