Searched refs:mnt_point (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/filesystems/open_tree_ns/ |
| H A D | open_tree_ns_test.c | 82 const char *mnt_point = ""; in log_mount() local 89 mnt_point = sm->str + sm->mnt_point; in log_mount() 94 fs_type, mnt_root, mnt_point); in log_mount() 746 const char *mnt_point; in TEST_F() local 753 mnt_point = sm->str + sm->mnt_point; in TEST_F() 755 TH_LOG("Trying to umount %s", mnt_point); in TEST_F() 756 if (umount2(mnt_point, MNT_DETACH) == 0) { in TEST_F() 863 const char *mnt_point; in TEST_F() local 870 mnt_point = sm->str + sm->mnt_point; in TEST_F() 872 TH_LOG("Trying to umount %s", mnt_point); in TEST_F() [all …]
|
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 398 if (strcmp(sm->str + sm->mnt_point, "/") != 0) { in test_statmount_mnt_point() 400 sm->str + sm->mnt_point); in test_statmount_mnt_point() 775 if (strcmp(subdir, sm->str + sm->mnt_point) != 0) { in test_statmount_by_fd() 777 "statmount mnt_point: %s != %s\n", sm->str + sm->mnt_point, subdir); in test_statmount_by_fd() 918 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point"); in main() 921 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all"); in main()
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 175 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
|
| /linux/samples/vfs/ |
| H A D | samples-vfs.h | 37 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
|
| H A D | test-list-all-mounts.c | 145 (stmnt->mask & STATMOUNT_MNT_POINT) ? stmnt->str + stmnt->mnt_point : "", in main()
|
| H A D | mountinfo.c | 150 &buf->str[buf->mnt_point]); in dump_mountinfo()
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 175 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
|
| /linux/tools/testing/selftests/ftrace/test.d/ |
| H A D | functions | 222 local mnt_point="$1" 223 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
|
| /linux/fs/ |
| H A D | namespace.c | 5543 offp = &sm->mnt_point; in statmount_string()
|