Searched refs:statmount (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/filesystems/statmount/ |
| D | statmount_test.c | 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() 263 struct statmount sm; in test_statmount_mnt_basic() 267 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_mnt_basic() 321 struct statmount sm; in test_statmount_sb_basic() 327 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_sb_basic() 377 struct statmount *sm; in test_statmount_mnt_point() [all …]
|
| 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()
|
| 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()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| D | mount.h | 155 struct statmount { struct
|
| /tools/testing/selftests/ |
| D | Makefile | 36 TARGETS += filesystems/statmount
|
| /tools/perf/arch/mips/entry/syscalls/ |
| D | syscall_n64.tbl | 374 457 n64 statmount sys_statmount
|
| /tools/perf/arch/x86/entry/syscalls/ |
| D | syscall_64.tbl | 383 457 common statmount sys_statmount
|
| D | syscall_32.tbl | 465 457 i386 statmount sys_statmount
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| D | syscall.tbl | 550 457 common statmount sys_statmount
|
| /tools/perf/arch/s390/entry/syscalls/ |
| D | syscall.tbl | 462 457 common statmount sys_statmount sys_statmount
|