Home
last modified time | relevance | path

Searched refs:mnt_ns_from_dentry (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dmount.h264 struct mnt_namespace *mnt_ns_from_dentry(struct dentry *dentry);
H A Dnamespace.c2135 struct mnt_namespace *mnt_ns_from_dentry(struct dentry *dentry) in mnt_ns_from_dentry() function
2148 struct mnt_namespace *mnt_ns = mnt_ns_from_dentry(dentry); in mnt_ns_loop()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c2105 mntns = mnt_ns_from_dentry(path.dentry); in do_fanotify_mark()