Home
last modified time | relevance | path

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

/fs/
Dmount.h23 struct dentry *m_dentry; member
Dnamespace.c714 if (mp->m_dentry == dentry) { in lookup_mountpoint()
741 mp->m_dentry = dentry; in new_mountpoint()
751 struct dentry *dentry = mp->m_dentry; in put_mountpoint()
813 child_mnt->mnt_mountpoint = dget(mp->m_dentry); in mnt_set_mountpoint()
827 hlist_add_head_rcu(&mnt->mnt_hash, m_hash(&parent->mnt, mp->m_dentry)); in attach_mnt()
1936 struct dentry *dentry = where->m_dentry; in unlock_mount()
1947 if (S_ISDIR(mp->m_dentry->d_inode->i_mode) != in graft_tree()
Dpnode.c218 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()