Searched refs:statmount (Results 1 – 14 of 14) sorted by relevance
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test.c | 15 #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 D | statmount_test_ns.c | 168 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 D | statmount.h | 10 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 D | mount.h |
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | mount.h | 155 struct statmount { struct
|
/linux/tools/testing/selftests/ |
H A D | Makefile | 36 TARGETS += filesystems/statmount
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 374 457 n64 statmount sys_statmount
|
/linux/scripts/ |
H A D | syscall.tbl | 400 457 common statmount sys_statmount
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 383 457 common statmount sys_statmount
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 383 457 common statmount sys_statmount
|
H A D | syscall_32.tbl | 465 457 i386 statmount sys_statmount
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 462 457 common statmount sys_statmount sys_statmount
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 550 457 common statmount sys_statmount
|
/linux/include/linux/ |
H A D | syscalls.h | 78 struct statmount; 428 struct statmount __user *buf, size_t bufsize,
|