Home
last modified time | relevance | path

Searched refs:fgetxattr (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_xattr_test.c67 ret = fgetxattr(self->child_pidfd, xattr_name, buf, sizeof(buf)); in TEST_F()
91 ret = fgetxattr(self->child_pidfd, xattr_name, buf, sizeof(buf)); in TEST_F()
107 ret = fgetxattr(self->child_pidfd, "trusted.persistent", buf, sizeof(buf)); in TEST_F()
123 ret = fgetxattr(self->child_pidfd, "trusted.persistent", buf, sizeof(buf)); in TEST_F()
/linux/tools/testing/selftests/filesystems/
H A Dkernfs_test.c32 ASSERT_LT(fgetxattr(fd, "user.foo", buf, sizeof(buf)), 0); in TEST()
/linux/tools/perf/trace/strace/groups/
H A Dstring15 fgetxattr
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl196 185 n64 fgetxattr sys_fgetxattr
/linux/scripts/
H A Dsyscall.tbl22 10 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl22 10 common fgetxattr sys_fgetxattr
H A Dsyscall_32.tbl246 231 common fgetxattr sys_fgetxattr
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl22 10 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl186 229 common fgetxattr sys_fgetxattr
/linux/tools/scripts/
H A Dsyscall.tbl22 10 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl272 243 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl241 231 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl88 77 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl205 193 common fgetxattr sys_fgetxattr
H A Dsyscall_32.tbl246 231 i386 fgetxattr sys_fgetxattr
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl320 387 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl249 231 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl214 177 common fgetxattr sys_fgetxattr
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl274 214 common fgetxattr sys_fgetxattr
/linux/fs/
H A Dxattr.c892 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE4() argument
/linux/Documentation/admin-guide/LSM/
H A DSmack.rst794 The socket attributes can be read using fgetxattr(2).