Home
last modified time | relevance | path

Searched refs:statmount (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c15 #include "statmount.h"
37 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) in statmount_alloc()
40 struct statmount *buf = NULL, *tmp = alloca(bufsize); in statmount_alloc()
45 ret = statmount(mnt_id, 0, mask, tmp, bufsize, flags); in statmount_alloc()
238 struct statmount sm; in test_statmount_zero_mask()
241 ret = statmount(root_id, 0, 0, &sm, sizeof(sm), 0); in test_statmount_zero_mask()
243 ksft_test_result_fail("statmount zero mask: %s\n", in test_statmount_zero_mask()
258 ksft_test_result_pass("statmount zero mask\n"); in test_statmount_zero_mask()
263 struct statmount sm; in test_statmount_mnt_basic()
267 ret = statmount(root_i in test_statmount_mnt_basic()
[all...]
H A Dstatmount_test_ns.c168 struct statmount sm; in _test_statmount_mnt_ns_id()
181 ret = statmount(root_id, 0, STATMOUNT_MNT_NS_ID, &sm, sizeof(sm), 0); in _test_statmount_mnt_ns_id()
256 struct statmount sm; in validate_external_listmount()
258 ret = statmount(list[i], mnt_ns_id, STATMOUNT_MNT_NS_ID, &sm, in validate_external_listmount()
354 ret = statmount(0, 0, 0, NULL, 0, 0); in main()
H A Dstatmount.h10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function
11 struct statmount *buf, size_t bufsize, in statmount()
/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h155 struct statmount { struct
/linux/tools/testing/selftests/
H A DMakefile36 TARGETS += filesystems/statmount
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl374 457 n64 statmount sys_statmount
/linux/scripts/
H A Dsyscall.tbl400 457 common statmount sys_statmount
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl383 457 common statmount sys_statmount
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl383 457 common statmount sys_statmount
H A Dsyscall_32.tbl465 457 i386 statmount sys_statmount
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl462 457 common statmount sys_statmount sys_statmount
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl550 457 common statmount sys_statmount
/linux/include/linux/
H A Dsyscalls.h78 struct statmount;
428 struct statmount __user *buf, size_t bufsize,