/Linux-v4.19/fs/ |
D | namespace.c | 84 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() 99 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id() 109 static void mnt_free_id(struct mount *mnt) in mnt_free_id() 117 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id() 130 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id() 139 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count() 153 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count() 179 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local 248 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() 258 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers() [all …]
|
D | pnode.c | 37 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root() 60 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id() 73 static int do_make_slave(struct mount *mnt) in do_make_slave() 122 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation() 343 static struct mount *find_topper(struct mount *mnt) in find_topper() 361 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() 376 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy() 419 void propagate_mount_unlock(struct mount *mnt) in propagate_mount_unlock() 434 static void umount_one(struct mount *mnt, struct list_head *to_umount) in umount_one() 447 static bool __propagate_umount(struct mount *mnt, in __propagate_umount() [all …]
|
D | proc_namespace.c | 64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts() 97 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 131 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 193 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
|
D | mount.h | 38 struct vfsmount mnt; member 77 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() 82 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() 87 static inline int is_mounted(struct vfsmount *mnt) in is_mounted()
|
D | file_table.c | 213 struct file *alloc_file_pseudo(struct inode *inode, struct vfsmount *mnt, in alloc_file_pseudo() 256 struct vfsmount *mnt = file->f_path.mnt; in __fput() local
|
D | pnode.h | 35 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
|
/Linux-v4.19/fs/autofs/ |
D | expire.c | 32 static int autofs_mount_busy(struct vfsmount *mnt, in autofs_mount_busy() 192 static int autofs_direct_busy(struct vfsmount *mnt, in autofs_direct_busy() 224 static int autofs_tree_busy(struct vfsmount *mnt, in autofs_tree_busy() 283 static struct dentry *autofs_check_leaves(struct vfsmount *mnt, in autofs_check_leaves() 317 struct vfsmount *mnt, in autofs_expire_direct() 364 struct vfsmount *mnt, in should_expire() 463 struct vfsmount *mnt, in autofs_expire_indirect() 578 struct vfsmount *mnt, in autofs_expire_run() 615 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_do_expire_multi() 651 int autofs_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_expire_multi()
|
/Linux-v4.19/tools/lib/api/fs/ |
D | tracing_path.c | 31 const char *mnt; in tracing_path_tracefs_mount() local 44 const char *mnt; in tracing_path_debugfs_mount() local 57 const char *mnt; in tracing_path_mount() local
|
/Linux-v4.19/fs/exportfs/ |
D | expfs.c | 26 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name() 120 static struct dentry *reconnect_one(struct vfsmount *mnt, in reconnect_one() 210 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() 418 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4namespace.c | 244 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local 298 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local 352 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local 396 struct vfsmount *mnt; in nfs4_submount() local
|
D | namespace.c | 141 struct vfsmount *mnt; in nfs_d_automount() local 240 struct vfsmount *mnt; in nfs_do_submount() local
|
D | super.c | 990 static void nfs_validate_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_validate_transport_protocol() 1006 static void nfs_set_mount_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_set_mount_transport_protocol() 1072 struct nfs_parsed_mount_data *mnt) in nfs_parse_security_flavors() 1129 struct nfs_parsed_mount_data *mnt, in nfs_parse_version_string() 1207 struct nfs_parsed_mount_data *mnt) in nfs_parse_mount_options()
|
/Linux-v4.19/fs/cifs/ |
D | cifs_dfs_ref.c | 252 struct vfsmount *mnt; in cifs_dfs_do_refmount() local 293 struct vfsmount *mnt; in cifs_dfs_do_automount() local
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.h | 42 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
|
D | fsnotify.c | 39 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete() 322 struct mount *mnt; in fsnotify() local
|
D | fdinfo.c | 130 struct mount *mnt = fsnotify_conn_mount(mark->connector); in fanotify_fdinfo() local
|
/Linux-v4.19/include/linux/ |
D | path.h | 9 struct vfsmount *mnt; member
|
/Linux-v4.19/tools/perf/util/ |
D | cpumap.c | 444 const char *mnt; in set_max_cpu_num() local 484 const char *mnt; in set_max_node_num() local 570 const char *mnt; in cpu__setup_cpunode_map() local
|
D | cgroup.c | 77 char mnt[PATH_MAX + 1]; in open_cgroup() local
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify_user.c | 559 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark() 654 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark() 804 struct vfsmount *mnt = NULL; in do_fanotify_mark() local
|
/Linux-v4.19/fs/afs/ |
D | mntpt.c | 76 struct vfsmount *mnt; in afs_mntpt_do_automount() local
|
/Linux-v4.19/fs/overlayfs/ |
D | super.c | 594 struct vfsmount *mnt = ofs->upper_mnt; in ovl_workdir_create() local 1013 struct vfsmount *mnt = ofs->upper_mnt; in ovl_make_workdir() local 1131 struct vfsmount *mnt = ofs->upper_mnt; in ovl_get_indexdir() local 1225 struct vfsmount *mnt; in ovl_get_lower_layers() local
|
/Linux-v4.19/kernel/ |
D | audit_tree.c | 624 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root() 698 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount() 757 struct vfsmount *mnt; in audit_add_tree_rule() local
|
/Linux-v4.19/fs/proc/ |
D | root.c | 212 struct vfsmount *mnt; in pid_ns_prepare_proc() local
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 423 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context() 544 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()
|