Lines Matching refs:vfsmount

90 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry)  in m_hash()
246 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
286 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly()
311 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write()
350 int mnt_want_write(struct vfsmount *m) in mnt_want_write()
374 int mnt_clone_write(struct vfsmount *mnt) in mnt_clone_write()
428 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write()
443 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
563 int __legitimize_mnt(struct vfsmount *bastard, unsigned seq) in __legitimize_mnt()
591 bool legitimize_mnt(struct vfsmount *bastard, unsigned seq) in legitimize_mnt()
608 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt()
635 struct vfsmount *lookup_mnt(const struct path *path) in lookup_mnt()
638 struct vfsmount *m; in lookup_mnt()
949 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount()
976 struct vfsmount *fc_mount(struct fs_context *fc) in fc_mount()
987 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount()
992 struct vfsmount *mnt; in vfs_kern_mount()
1017 struct vfsmount *
1207 void mntput(struct vfsmount *mnt) in mntput()
1219 struct vfsmount *mntget(struct vfsmount *mnt) in mntget()
1256 struct vfsmount *mnt_clone_internal(const struct path *path) in mnt_clone_internal()
1360 int may_umount_tree(struct vfsmount *m) in may_umount_tree()
1397 int may_umount(struct vfsmount *mnt) in may_umount()
1881 struct vfsmount *collect_mounts(const struct path *path) in collect_mounts()
1899 void dissolve_on_fput(struct vfsmount *mnt) in dissolve_on_fput()
1917 void drop_collected_mounts(struct vfsmount *mnt) in drop_collected_mounts()
1949 struct vfsmount *clone_private_mount(const struct path *path) in clone_private_mount()
1981 int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, in iterate_mounts() argument
1982 struct vfsmount *root) in iterate_mounts()
2226 struct vfsmount *mnt; in lock_mount()
2551 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
2820 struct vfsmount *mnt; in do_new_mount_fc()
2907 int finish_automount(struct vfsmount *m, struct path *path) in finish_automount()
2982 void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) in mnt_set_expiry()
3315 struct vfsmount *rootmnt = NULL, *pwdmnt = NULL; in copy_mnt_ns()
3390 struct dentry *mount_subtree(struct vfsmount *m, const char *name) in mount_subtree()
3810 struct vfsmount *mnt; in init_mount_tree()
3881 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount()
3883 struct vfsmount *mnt; in kern_mount()
3896 void kern_unmount(struct vfsmount *mnt) in kern_unmount()
3907 void kern_unmount_array(struct vfsmount *mnt[], unsigned int num) in kern_unmount_array()
3920 bool our_mnt(struct vfsmount *mnt) in our_mnt()
4041 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid()