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.c618 if (mp->m_dentry == dentry) { in new_mountpoint()
639 mp->m_dentry = dentry; in new_mountpoint()
648 struct dentry *dentry = mp->m_dentry; in put_mountpoint()
708 child_mnt->mnt_mountpoint = dget(mp->m_dentry); in mnt_set_mountpoint()
722 hash(&parent->mnt, mp->m_dentry)); in attach_mnt()
1649 struct dentry *dentry = where->m_dentry; in unlock_mount()
1660 if (S_ISDIR(mp->m_dentry->d_inode->i_mode) != in graft_tree()
Dpnode.c213 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()