Home
last modified time | relevance | path

Searched defs:mnt (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/linux/fs/
H A Dnamespace.c582 struct mount *mnt; in sb_prepare_remount_readonly() local
629 struct mount *mnt; in __legitimize_mnt() local
764 struct mount *mnt; in __is_local_mountpoint() local
1085 struct mount *mnt; in vfs_create_mount() local
1126 struct vfsmount *mnt; in vfs_kern_mount() local
1170 struct mount *mnt; in clone_mnt() local
1816 struct mount *mnt; in __detach_mounts() local
2138 struct mount *mnt; in iterate_mounts() local
3358 struct mount *mnt; in finish_automount() local
3947 struct mount *mnt; in SYSCALL_DEFINE3() local
[all …]
H A Dpnode.c37 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root()
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()
334 static struct mount *find_topper(struct mount *mnt) in find_topper()
407 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy()
450 void propagate_mount_unlock(struct mount *mnt) in propagate_mount_unlock()
478 static bool __propagate_umount(struct mount *mnt, in __propagate_umount()
522 struct mount *mnt, *child, *tmp; in umount_list() local
538 struct mount *mnt, *parent; in restore_mounts() local
560 struct mount *mnt = in cleanup_umount_visitations() local
[all …]
H A Dproc_namespace.c64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
101 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
135 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
197 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
H A Dmount.h43 struct vfsmount mnt; member
84 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount()
89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
94 static inline int is_mounted(struct vfsmount *mnt) in is_mounted()
H A Dfile_table.c318 struct file *alloc_file_pseudo(struct inode *inode, struct vfsmount *mnt, in alloc_file_pseudo()
361 struct vfsmount *mnt = file->f_path.mnt; in __fput() local
H A Dpnode.h33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
/openbmc/linux/fs/autofs/
H A Dexpire.c29 static int autofs_mount_busy(struct vfsmount *mnt, in autofs_mount_busy()
150 static int autofs_direct_busy(struct vfsmount *mnt, in autofs_direct_busy()
182 static int autofs_tree_busy(struct vfsmount *mnt, in autofs_tree_busy()
241 static struct dentry *autofs_check_leaves(struct vfsmount *mnt, in autofs_check_leaves()
275 struct vfsmount *mnt, in autofs_expire_direct()
322 struct vfsmount *mnt, in should_expire()
421 struct vfsmount *mnt, in autofs_expire_indirect()
537 struct vfsmount *mnt, in autofs_expire_run()
575 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_do_expire_multi()
611 int autofs_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_expire_multi()
/openbmc/linux/tools/bpf/bpftool/
H A Dtracelog.c27 static int validate_tracefs_mnt(const char *mnt, unsigned long magic) in validate_tracefs_mnt()
40 find_tracefs_mnt_single(unsigned long magic, char *mnt, const char *mntpt) in find_tracefs_mnt_single()
57 static bool get_tracefs_pipe(char *mnt) in get_tracefs_pipe()
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c26 const char *mnt; in tracing_path_tracefs_mount() local
39 const char *mnt; in tracing_path_debugfs_mount() local
52 const char *mnt; in tracing_path_mount() local
/openbmc/linux/fs/exportfs/
H A Dexpfs.c27 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name()
121 static struct dentry *reconnect_one(struct vfsmount *mnt, in reconnect_one()
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path()
446 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw()
594 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
/openbmc/linux/fs/notify/
H A Dfsnotify.c26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
144 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt, in fsnotify_event_needs_parent()
182 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() local
487 struct mount *mnt = NULL; in fsnotify() local
H A Dfsnotify.h63 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
H A Dfdinfo.c121 struct mount *mnt = fsnotify_conn_mount(mark->connector); in fanotify_fdinfo() local
/openbmc/linux/kernel/
H A Dusermode_driver.c15 struct vfsmount *mnt; in blob_to_mnt() local
62 struct vfsmount *mnt; in umd_load_blob() local
H A Daudit_tree.c671 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root()
745 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount()
804 struct vfsmount *mnt; in audit_add_tree_rule() local
/openbmc/linux/tools/perf/util/
H A Dmem-events.c103 static bool perf_mem_event__supported(const char *mnt, struct perf_pmu *pmu, in perf_mem_event__supported()
117 const char *mnt = sysfs__mount(); in perf_mem_events__init() local
171 const char *mnt = sysfs__mount(); in perf_mem_events__print_unsupport_hybrid() local
185 const char *mnt = sysfs__mount(); in perf_mem_events__record_args() local
H A Dcgroup.c34 char mnt[PATH_MAX + 1]; in open_cgroup() local
54 char mnt[PATH_MAX + 1]; in read_cgroup_id() local
81 char mnt[PATH_MAX + 1]; in cgroup_is_v2() local
294 char mnt[PATH_MAX]; in match_cgroups() local
H A Dcpumap.c404 const char *mnt; in set_max_cpu_num() local
444 const char *mnt; in set_max_node_num() local
530 const char *mnt; in cpu__setup_cpunode_map() local
/openbmc/linux/include/linux/
H A Dpath.h9 struct vfsmount *mnt; member
H A Dmount.h77 static inline struct mnt_idmap *mnt_idmap(const struct vfsmount *mnt) in mnt_idmap()
/openbmc/linux/fs/overlayfs/
H A Dsuper.c285 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_workdir_create() local
704 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_make_workdir() local
880 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_get_indexdir() local
1074 struct vfsmount *mnt; in ovl_get_layers() local
/openbmc/linux/fs/afs/
H A Dmntpt.c154 struct vfsmount *mnt; in afs_mntpt_do_automount() local
/openbmc/linux/fs/smb/client/
H A Dnamespace.c198 struct vfsmount *mnt; in cifs_do_automount() local
/openbmc/linux/fs/nfs/
H A Dnamespace.c149 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_d_automount() local
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c402 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context()
520 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()

123