| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 36 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) in statmount_alloc() 39 struct statmount *buf = NULL, *tmp = alloca(bufsize); in statmount_alloc() 44 ret = statmount(mnt_id, 0, mask, tmp, bufsize, flags); in statmount_alloc() 237 struct statmount sm; in test_statmount_zero_mask() 240 ret = statmount(root_id, 0, 0, &sm, sizeof(sm), 0); in test_statmount_zero_mask() 262 struct statmount sm; in test_statmount_mnt_basic() 266 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_mnt_basic() 320 struct statmount sm; in test_statmount_sb_basic() 326 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_sb_basic() 376 struct statmount *sm; in test_statmount_mnt_point() [all …]
|
| H A D | statmount_test_ns.c | 92 struct statmount sm; in _test_statmount_mnt_ns_id() 105 ret = statmount(root_id, 0, STATMOUNT_MNT_NS_ID, &sm, sizeof(sm), 0); in _test_statmount_mnt_ns_id() 180 struct statmount sm; in validate_external_listmount() 182 ret = statmount(list[i], mnt_ns_id, STATMOUNT_MNT_NS_ID, &sm, in validate_external_listmount() 278 ret = statmount(0, 0, 0, NULL, 0, 0); in main()
|
| H A D | statmount.h | 46 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, 47 struct statmount *buf, size_t bufsize, 10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, statmount() function
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 36 static int statmount(__u64 mnt_id, __u64 mnt_ns_id, __u64 mask, in statmount() function 37 struct statmount *buf, size_t bufsize, in statmount() 102 static void show_propagation(struct statmount *sm) in show_propagation() 131 struct statmount *buf = alloca(STATMOUNT_BUFSIZE); in dump_mountinfo() 138 ret = statmount(mnt_id, mnt_ns_id, mask, buf, STATMOUNT_BUFSIZE, 0); in dump_mountinfo()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 143 * Structure for getting mount/superblock/filesystem info with statmount(2). 146 * selected with the @mask argument of statmount(). Kernel will set the @mask 155 struct statmount { struct 192 * Structure for passing mount ID and miscellaneous parameters to statmount(2) 195 * For statmount(2) @param represents the request mask. 211 * @mask bits for statmount(2) 156 sizestatmount global() argument 180 strstatmount global() argument
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 155 struct statmount { struct
|
| /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 | 37 TARGETS += filesystems/statmount
|
| /linux/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 374 457 n64 statmount sys_statmount
|
| H A D | syscall_n32.tbl | 398 457 n32 statmount sys_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/tools/scripts/ |
| H A D | syscall.tbl | 400 457 common statmount sys_statmount
|
| /linux/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 463 457 common statmount sys_statmount
|
| /linux/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 430 457 common statmount sys_statmount
|
| /linux/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 459 457 common statmount sys_statmount
|
| /linux/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 458 457 common statmount sys_statmount
|
| /linux/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 384 457 common statmount sys_statmount
|
| H A D | syscall_32.tbl | 465 457 i386 statmount sys_statmount
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 463 457 common statmount sys_statmount
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 430 457 common statmount sys_statmount
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 384 457 common statmount sys_statmount
|
| /linux/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 465 457 common statmount sys_statmount
|
| /linux/arch/arm64/tools/ |
| H A D | syscall_32.tbl | 471 457 common statmount sys_statmount
|
| /linux/arch/alpha/kernel/syscalls/ |
| H A D | syscall.tbl | 499 567 common statmount sys_statmount
|