Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmount.h25 struct dentry *m_dentry; member
Dnamespace.c724 if (mp->m_dentry == dentry) { in lookup_mountpoint()
751 mp->m_dentry = dentry; in new_mountpoint()
761 struct dentry *dentry = mp->m_dentry; in put_mountpoint()
841 child_mnt->mnt_mountpoint = dget(mp->m_dentry); in mnt_set_mountpoint()
855 hlist_add_head_rcu(&mnt->mnt_hash, m_hash(&parent->mnt, mp->m_dentry)); in attach_mnt()
1973 struct dentry *dentry = where->m_dentry; in unlock_mount()
1984 if (d_is_dir(mp->m_dentry) != in graft_tree()
Dpnode.c218 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()