Lines Matching refs:vfsmount
90 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash()
247 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
287 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly()
312 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write()
351 int mnt_want_write(struct vfsmount *m) in mnt_want_write()
375 int mnt_clone_write(struct vfsmount *mnt) in mnt_clone_write()
429 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write()
444 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
565 int __legitimize_mnt(struct vfsmount *bastard, unsigned seq) in __legitimize_mnt()
593 bool legitimize_mnt(struct vfsmount *bastard, unsigned seq) in legitimize_mnt()
610 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt()
637 struct vfsmount *lookup_mnt(const struct path *path) in lookup_mnt()
640 struct vfsmount *m; in lookup_mnt()
935 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount()
974 struct vfsmount *fc_mount(struct fs_context *fc) in fc_mount()
985 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount()
990 struct vfsmount *mnt; in vfs_kern_mount()
1015 struct vfsmount *
1210 void mntput(struct vfsmount *mnt) in mntput()
1222 struct vfsmount *mntget(struct vfsmount *mnt) in mntget()
1259 struct vfsmount *mnt_clone_internal(const struct path *path) in mnt_clone_internal()
1329 int may_umount_tree(struct vfsmount *m) in may_umount_tree()
1366 int may_umount(struct vfsmount *mnt) in may_umount()
1838 struct vfsmount *collect_mounts(const struct path *path) in collect_mounts()
1856 void dissolve_on_fput(struct vfsmount *mnt) in dissolve_on_fput()
1874 void drop_collected_mounts(struct vfsmount *mnt) in drop_collected_mounts()
1892 struct vfsmount *clone_private_mount(const struct path *path) in clone_private_mount()
1908 int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, in iterate_mounts() argument
1909 struct vfsmount *root) in iterate_mounts()
2153 struct vfsmount *mnt; in lock_mount()
2491 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
2780 struct vfsmount *mnt; in do_new_mount_fc()
2860 int finish_automount(struct vfsmount *m, struct path *path) in finish_automount()
2895 void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) in mnt_set_expiry()
3246 struct vfsmount *rootmnt = NULL, *pwdmnt = NULL; in copy_mnt_ns()
3321 struct dentry *mount_subtree(struct vfsmount *m, const char *name) in mount_subtree()
3747 struct vfsmount *mnt; in init_mount_tree()
3818 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount()
3820 struct vfsmount *mnt; in kern_mount()
3833 void kern_unmount(struct vfsmount *mnt) in kern_unmount()
3844 bool our_mnt(struct vfsmount *mnt) in our_mnt()
3960 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid()