Searched refs:mntid (Results 1 – 3 of 3) sorted by relevance
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 171 __u64 mntid[MAXMOUNTS]; in dump_mounts() local 181 count = listmount(LSMT_ROOT, mnt_ns_id, last_mnt_id, mntid, MAXMOUNTS, 0); in dump_mounts() 190 int ret = dump_mountinfo(mntid[i], mnt_ns_id); in dump_mounts() 196 last_mnt_id = mntid[count - 1]; in dump_mounts()
|
| /linux/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 176 uint64_t mntid, mask; in expect_notify_mask() local 178 mntid = expect_notify(_metadata, self, &mask); in expect_notify_mask() 181 return mntid; in expect_notify_mask()
|
| H A D | mount-notify_test_ns.c | 203 uint64_t mntid, mask; in expect_notify_mask() local 205 mntid = expect_notify(_metadata, self, &mask); in expect_notify_mask() 208 return mntid; in expect_notify_mask()
|