Lines Matching defs:mnt
252 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash()
267 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
279 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
287 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
300 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
309 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
323 int mnt_get_count(struct mount *mnt) in mnt_get_count()
341 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local
413 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
419 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
428 static inline void mnt_dec_writers(struct mount *mnt) in mnt_dec_writers()
437 static unsigned int mnt_get_writers(struct mount *mnt) in mnt_get_writers()
453 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly()
487 struct mount *mnt = real_mount(m); in mnt_get_write_access() local
607 void mnt_put_write_access(struct vfsmount *mnt) in mnt_put_write_access()
623 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
661 static inline int mnt_hold_writers(struct mount *mnt) in mnt_hold_writers()
704 static inline void mnt_unhold_writers(struct mount *mnt) in mnt_unhold_writers()
714 static int mnt_make_readonly(struct mount *mnt) in mnt_make_readonly()
727 struct mount *mnt; in sb_prepare_remount_readonly() local
756 static void free_vfsmnt(struct mount *mnt) in free_vfsmnt()
774 struct mount *mnt; in __legitimize_mnt() local
833 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt()
894 struct mount *mnt, *n; in __is_local_mountpoint() local
996 static inline int check_mnt(struct mount *mnt) in check_mnt()
1026 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt()
1042 static void umount_mnt(struct mount *mnt) in umount_mnt()
1050 void mnt_set_mountpoint(struct mount *mnt, in mnt_set_mountpoint()
1089 static void __attach_mnt(struct mount *mnt, struct mount *parent) in __attach_mnt()
1118 static void attach_mnt(struct mount *mnt, struct mount *parent, in attach_mnt()
1134 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, struct mount *mnt) in mnt_change_mountpoint()
1154 static void mnt_add_to_ns(struct mnt_namespace *ns, struct mount *mnt) in mnt_add_to_ns()
1184 static void commit_tree(struct mount *mnt) in commit_tree()
1244 struct mount *mnt; in vfs_create_mount() local
1285 struct vfsmount *mnt; in vfs_kern_mount() local
1329 struct mount *mnt; in clone_mnt() local
1393 static void cleanup_mnt(struct mount *mnt) in cleanup_mnt()
1434 static void mntput_no_expire(struct mount *mnt) in mntput_no_expire()
1502 void mntput(struct vfsmount *mnt) in mntput()
1514 struct vfsmount *mntget(struct vfsmount *mnt) in mntget()
1527 void mnt_make_shortterm(struct vfsmount *mnt) in mnt_make_shortterm()
1635 struct mount *next = NULL, *mnt = v; in m_next() local
1677 struct mount *mnt = real_mount(m); in may_umount_tree() local
1712 int may_umount(struct vfsmount *mnt) in may_umount()
1762 static bool disconnect_mount(struct mount *mnt, enum umount_tree_flags how) in disconnect_mount()
1795 static void umount_tree(struct mount *mnt, enum umount_tree_flags how) in umount_tree()
1877 static int do_umount(struct mount *mnt, int flags) in do_umount()
1986 struct mount *mnt; in __detach_mounts() local
2028 struct mount *mnt = real_mount(path->mnt); in can_umount() local
2047 struct mount *mnt = real_mount(path->mnt); in path_umount() local
2108 struct ns_common *from_mnt_ns(struct mnt_namespace *mnt) in from_mnt_ns()
2250 void dissolve_on_fput(struct vfsmount *mnt) in dissolve_on_fput()
2268 void drop_collected_mounts(struct vfsmount *mnt) in drop_collected_mounts()
2277 bool has_locked_children(struct mount *mnt, struct dentry *dentry) in has_locked_children()
2336 struct mount *mnt; in iterate_mounts() local
2348 static void lock_mnt_tree(struct mount *mnt) in lock_mnt_tree()
2375 static void cleanup_group_ids(struct mount *mnt, struct mount *end) in cleanup_group_ids()
2385 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids()
2402 int count_mounts(struct mnt_namespace *ns, struct mount *mnt) in count_mounts()
2640 struct vfsmount *mnt = path->mnt; in do_lock_mount() local
2713 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree()
2748 struct mount *mnt = real_mount(path->mnt); in do_change_type() local
2779 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); in __do_loopback() local
2813 struct mount *mnt = NULL, *parent; in do_loopback() local
2859 struct mount *mnt, *p; in open_detached_copy() local
2950 static bool can_change_locked_flags(struct mount *mnt, unsigned int mnt_flags) in can_change_locked_flags()
2977 static int change_mount_ro_state(struct mount *mnt, unsigned int mnt_flags) in change_mount_ro_state()
2991 static void set_mount_attributes(struct mount *mnt, unsigned int mnt_flags) in set_mount_attributes()
2998 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
3035 struct mount *mnt = real_mount(path->mnt); in do_reconfigure_mnt() local
3074 struct mount *mnt = real_mount(path->mnt); in do_remount() local
3117 static inline int tree_contains_unbindable(struct mount *mnt) in tree_contains_unbindable()
3476 struct vfsmount *mnt; in do_new_mount_fc() local
3573 struct mount *mnt; in finish_automount() local
3641 void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) in mnt_set_expiry()
3658 struct mount *mnt, *next; in mark_mounts_for_expiry() local
3707 struct mount *mnt = list_entry(tmp, struct mount, mnt_child); in select_submounts() local
3742 static void shrink_submounts(struct mount *mnt) in shrink_submounts()
4055 struct mount *mnt = real_mount(m); in mount_subtree() local
4164 struct mount *mnt; in SYSCALL_DEFINE3() local
4344 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable()
4488 static unsigned int recalc_flags(struct mount_kattr *kattr, struct mount *mnt) in recalc_flags()
4500 static int can_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in can_idmap_mount()
4552 const struct mount *mnt) in mnt_allow_writers()
4559 static int mount_setattr_prepare(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_prepare()
4608 static void do_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in do_idmap_mount()
4624 static void mount_setattr_commit(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_commit()
4649 struct mount *mnt = real_mount(path->mnt); in do_mount_setattr() local
4907 struct mount *mnt = mnt_find_id_at(ns, id); in lookup_mnt_in_ns() local
4918 struct vfsmount *mnt; member
4925 static u64 mnt_to_attr_flags(struct vfsmount *mnt) in mnt_to_attr_flags()
5031 struct vfsmount *mnt = s->mnt; in statmount_mnt_point() local
5089 struct vfsmount *mnt = s->mnt; in statmount_mnt_opts() local
5149 struct vfsmount *mnt = s->mnt; in statmount_opt_array() local
5171 struct vfsmount *mnt = s->mnt; in statmount_opt_sec_array() local
5676 struct vfsmount *mnt; in init_mount_tree() local
5750 struct vfsmount *mnt; in kern_mount() local
5763 void kern_unmount(struct vfsmount *mnt) in kern_unmount()
5774 void kern_unmount_array(struct vfsmount *mnt[], unsigned int num) in kern_unmount_array()
5786 bool our_mnt(struct vfsmount *mnt) in our_mnt()
5820 struct mount *mnt, *n; in mnt_already_visible() local
5902 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid()