Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dmountinfo.c214 int pidfd, mntns, ret, opt; in main() local
243 mntns = ioctl(pidfd, PIDFD_GET_MNT_NAMESPACE, NULL); in main()
244 if (mntns < 0) { in main()
251 ret = ioctl(mntns, NS_MNT_GET_INFO, &mni); in main()
268 ret = ioctl(mntns, NS_MNT_GET_NEXT, &mni); in main()
269 close(mntns); in main()
270 mntns = ret; in main()
271 } while (mntns >= 0); in main()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1871 struct mnt_namespace *mntns; in do_fanotify_mark() local
2073 mntns = mnt_ns_from_dentry(path.dentry); in do_fanotify_mark()
2074 if (!mntns) in do_fanotify_mark()
2076 user_ns = mntns->user_ns; in do_fanotify_mark()
2077 obj = mntns; in do_fanotify_mark()