Home
last modified time | relevance | path

Searched refs:mntid (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/samples/vfs/
H A Dmountinfo.c171 __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-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c199 uint64_t mntid, mask; in expect_notify_mask() local
201 mntid = expect_notify(_metadata, self, &mask); in expect_notify_mask()
204 return mntid; in expect_notify_mask()