Lines Matching defs:mnt

222 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry)  in m_hash()
237 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
248 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
256 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
269 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
278 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
292 int mnt_get_count(struct mount *mnt) in mnt_get_count()
310 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local
381 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
387 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
396 static inline void mnt_dec_writers(struct mount *mnt) in mnt_dec_writers()
405 static unsigned int mnt_get_writers(struct mount *mnt) in mnt_get_writers()
421 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly()
455 struct mount *mnt = real_mount(m); in mnt_get_write_access() local
575 void mnt_put_write_access(struct vfsmount *mnt) in mnt_put_write_access()
591 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
629 static inline int mnt_hold_writers(struct mount *mnt) in mnt_hold_writers()
672 static inline void mnt_unhold_writers(struct mount *mnt) in mnt_unhold_writers()
682 static int mnt_make_readonly(struct mount *mnt) in mnt_make_readonly()
695 struct mount *mnt; in sb_prepare_remount_readonly() local
724 static void free_vfsmnt(struct mount *mnt) in free_vfsmnt()
742 struct mount *mnt; in __legitimize_mnt() local
801 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt()
862 struct mount *mnt, *n; in __is_local_mountpoint() local
964 static inline int check_mnt(struct mount *mnt) in check_mnt()
994 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt()
1010 static void umount_mnt(struct mount *mnt) in umount_mnt()
1018 void mnt_set_mountpoint(struct mount *mnt, in mnt_set_mountpoint()
1057 static void __attach_mnt(struct mount *mnt, struct mount *parent) in __attach_mnt()
1086 static void attach_mnt(struct mount *mnt, struct mount *parent, in attach_mnt()
1102 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, struct mount *mnt) in mnt_change_mountpoint()
1122 static void mnt_add_to_ns(struct mnt_namespace *ns, struct mount *mnt) in mnt_add_to_ns()
1144 static void commit_tree(struct mount *mnt) in commit_tree()
1204 struct mount *mnt; in vfs_create_mount() local
1245 struct vfsmount *mnt; in vfs_kern_mount() local
1289 struct mount *mnt; in clone_mnt() local
1353 static void cleanup_mnt(struct mount *mnt) in cleanup_mnt()
1394 static void mntput_no_expire(struct mount *mnt) in mntput_no_expire()
1462 void mntput(struct vfsmount *mnt) in mntput()
1474 struct vfsmount *mntget(struct vfsmount *mnt) in mntget()
1487 void mnt_make_shortterm(struct vfsmount *mnt) in mnt_make_shortterm()
1595 struct mount *next = NULL, *mnt = v; in m_next() local
1637 struct mount *mnt = real_mount(m); in may_umount_tree() local
1672 int may_umount(struct vfsmount *mnt) in may_umount()
1722 static bool disconnect_mount(struct mount *mnt, enum umount_tree_flags how) in disconnect_mount()
1755 static void umount_tree(struct mount *mnt, enum umount_tree_flags how) in umount_tree()
1837 static int do_umount(struct mount *mnt, int flags) in do_umount()
1948 struct mount *mnt; in __detach_mounts() local
1990 struct mount *mnt = real_mount(path->mnt); in can_umount() local
2008 struct mount *mnt = real_mount(path->mnt); in path_umount() local
2063 struct ns_common *from_mnt_ns(struct mnt_namespace *mnt) in from_mnt_ns()
2201 void dissolve_on_fput(struct vfsmount *mnt) in dissolve_on_fput()
2219 void drop_collected_mounts(struct vfsmount *mnt) in drop_collected_mounts()
2228 bool has_locked_children(struct mount *mnt, struct dentry *dentry) in has_locked_children()
2287 struct mount *mnt; in iterate_mounts() local
2299 static void lock_mnt_tree(struct mount *mnt) in lock_mnt_tree()
2326 static void cleanup_group_ids(struct mount *mnt, struct mount *end) in cleanup_group_ids()
2336 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids()
2353 int count_mounts(struct mnt_namespace *ns, struct mount *mnt) in count_mounts()
2591 struct vfsmount *mnt = path->mnt; in do_lock_mount() local
2664 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree()
2699 struct mount *mnt = real_mount(path->mnt); in do_change_type() local
2730 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); in __do_loopback() local
2759 struct mount *mnt = NULL, *parent; in do_loopback() local
2805 struct mount *mnt, *p; in open_detached_copy() local
2896 static bool can_change_locked_flags(struct mount *mnt, unsigned int mnt_flags) in can_change_locked_flags()
2923 static int change_mount_ro_state(struct mount *mnt, unsigned int mnt_flags) in change_mount_ro_state()
2937 static void set_mount_attributes(struct mount *mnt, unsigned int mnt_flags) in set_mount_attributes()
2944 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
2981 struct mount *mnt = real_mount(path->mnt); in do_reconfigure_mnt() local
3020 struct mount *mnt = real_mount(path->mnt); in do_remount() local
3063 static inline int tree_contains_unbindable(struct mount *mnt) in tree_contains_unbindable()
3422 struct vfsmount *mnt; in do_new_mount_fc() local
3519 struct mount *mnt; in finish_automount() local
3587 void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) in mnt_set_expiry()
3604 struct mount *mnt, *next; in mark_mounts_for_expiry() local
3653 struct mount *mnt = list_entry(tmp, struct mount, mnt_child); in select_submounts() local
3688 static void shrink_submounts(struct mount *mnt) in shrink_submounts()
4000 struct mount *mnt = real_mount(m); in mount_subtree() local
4109 struct mount *mnt; in SYSCALL_DEFINE3() local
4293 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable()
4437 static unsigned int recalc_flags(struct mount_kattr *kattr, struct mount *mnt) in recalc_flags()
4449 static int can_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in can_idmap_mount()
4501 const struct mount *mnt) in mnt_allow_writers()
4508 static int mount_setattr_prepare(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_prepare()
4557 static void do_idmap_mount(const struct mount_kattr *kattr, struct mount *mnt) in do_idmap_mount()
4573 static void mount_setattr_commit(struct mount_kattr *kattr, struct mount *mnt) in mount_setattr_commit()
4598 struct mount *mnt = real_mount(path->mnt); in do_mount_setattr() local
4869 struct mount *mnt = mnt_find_id_at(ns, id); in lookup_mnt_in_ns() local
4880 struct vfsmount *mnt; member
4887 static u64 mnt_to_attr_flags(struct vfsmount *mnt) in mnt_to_attr_flags()
4993 struct vfsmount *mnt = s->mnt; in statmount_mnt_point() local
5017 struct vfsmount *mnt = s->mnt; in statmount_mnt_opts() local
5487 struct vfsmount *mnt; in init_mount_tree() local
5561 struct vfsmount *mnt; in kern_mount() local
5574 void kern_unmount(struct vfsmount *mnt) in kern_unmount()
5585 void kern_unmount_array(struct vfsmount *mnt[], unsigned int num) in kern_unmount_array()
5597 bool our_mnt(struct vfsmount *mnt) in our_mnt()
5631 struct mount *mnt, *n; in mnt_already_visible() local
5713 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid()