Home
last modified time | relevance | path

Searched defs:vfsmount (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dmount.h38 struct vfsmount { struct
40 struct vfsmount *mnt_parent; /* fs we are mounted on */ argument
54 struct vfsmount *mnt_master; /* slave is on master->mnt_slave_list */ argument
59 * We put mnt_count & mnt_expiry_mark at the end of struct vfsmount argument
74 static inline struct vfsmount *mntget(struct vfsmount *mnt) in mntget() argument