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

/include/linux/
H A Dmount.h20 struct vfsmount;
35 #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */
36 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */
65 struct vfsmount { struct
74 extern int mnt_want_write(struct vfsmount *mnt);
76 extern int mnt_clone_write(struct vfsmount *mnt);
77 extern void mnt_drop_write(struct vfsmount *mnt);
79 extern void mntput(struct vfsmount *mnt);
80 extern struct vfsmount *mntget(struct vfsmount *mn
[all...]

Completed in 176 milliseconds